Why doesn't this cron work?
- by Alex
I do "crontab -e" and add the following line:
0 9 * * * /usr/bin/python /home/g1/g1/utils/statsEmail.py > /home/g1/log/statsemail.log
But it doesn't work! Why? The script itself works. Also, the log is empty.
My other command in crontab is this, and it works:
0 9 * * * /usr/bin/python /home/g1/g1/sphinx/updateall.py > /home/g1/log/updateall.log