By hermitdev
Following is the content of my crontab file.
*/1 * * * * echo “Run this command every minute” >> log_example */1 * * * * cd ~/app && source cron_server.sh */1 * */2 * * > ~/log_cron_server
The issue is that the second command doesn’t execute or at least it doesn’t give the desired output. It is supposed to run the script to restart my server if it turns off.
But the interesting fact is that when I run the command directly into shell, it just works. That is, $ cd ~/app && source cron_server.sh restarts my server.
Can you please help me in understanding the problem here?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Even replacing the path of the sh file it doesn’t work. Any solution for this issue ?
~ stands for your home directory. Since cron may not have this information, try replacing it with full path.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.