Beginner Crontab Question
Posted by: ashattuc
Posted on: 2006-12-16 12:17:00
Hello,
I'm trying to get a cron to work, and I'm following the directions from the DH wiki, but it's not running and I'm not getting any e-mail. I uploaded a text file, and ran it using the 'crontab myfile.txt' command, checked it with 'crontab -l', and I'm not getting anything. Here's what I have uploaded:
MAILTO=myemail@mydomain.com
* * * * * /dh/cgi-system/php5.cgi /home/myuser/mydomain.com/test-cron.php
I'm sure it's something simple. Any ideas?
Thanks!
Chris