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