Skip to main content
added 130 characters in body
Source Link
ProdIssue
  • 965
  • 1
  • 9
  • 21

Make sure your bash script has permissions to be executable and make sure the cronjob is set on the desired user.

What I think is happening though is that the command in your script just needs to be:

wget www.mywebsite.com/index.html 

Make sure your bash script has permissions to be executable and make sure the cronjob is set on the desired user.

Make sure your bash script has permissions to be executable and make sure the cronjob is set on the desired user.

What I think is happening though is that the command in your script just needs to be:

wget www.mywebsite.com/index.html 
Source Link
ProdIssue
  • 965
  • 1
  • 9
  • 21

Make sure your bash script has permissions to be executable and make sure the cronjob is set on the desired user.