Cannot get cron to work on Amazon EC2?

后端 未结 7 1563
南旧
南旧 2020-12-09 09:49

I\'ve spent two days trying to understand why I can not get cron to work on my Ubuntu EC2 instance. I\'ve read the documentation. Can anyone help? All I want is to get a wor

7条回答
  •  醉酒成梦
    2020-12-09 09:51

    In my case the cron job was working but the script failed it was running failed. The failure reason was due to the fact that I used relative path instead of absolute path in my include line inside the script.

提交回复
热议问题