Skip to main content
added 60 characters in body
Source Link
dr_
  • 32.4k
  • 22
  • 102
  • 147

You need to specify the full path to the aws executable:

50 12 * * * /usr/local/bin/aws --version > ~/yolo.swag
50 12 * * * /usr/local/bin/aws --version > ~/yolo.swag

You need to specify the full path to the aws executable:

50 12 * * * /usr/local/bin/aws --version > ~/yolo.swag
Source Link
klerk
  • 2.9k
  • 2
  • 19
  • 16

50 12 * * * /usr/local/bin/aws --version > ~/yolo.swag