Cron jobs not running

Status
Not open for further replies.

Mimir

New Member
Messages
4
Reaction score
0
Points
0
So a daily cron job I used to update a SQLite database suddenly stopped working. At first, I got email with error messages, and I did what I could to fix the errors. Now I no longer get email, but the job still doesn't work. Thinking that something was wrong with cron rather than my script, I added

Code:
0      4      *      *      *       echo "How about this one?" > /home/mimir/public_html/itworks.txt
to my crontab, "/home/mimir/public_html/" having permissions 777. This hasn't worked, either.
 

descalzo

Grim Squeaker
Community Support
Messages
9,372
Reaction score
326
Points
83
Should be fixed now. Please let us know if the problem persists.
 
Status
Not open for further replies.
Top