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
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.