Hi, I'm trying to setup a cronjob and can't seem to get it working. I want to run it every Sunday from 1PM - 11PM, every 15 minutes This is currently what I have. Any help would be appreciated. (note: Lynx does work on my server) */15 13-23 * * 0 lynx -dump http://www.mydomain.com/script.php >> /var/log/mylog.log Code (markup):
Your command is OK dude. You may try providing the the full path of lynx like this : Although, just want to know why are you using lynx? wget -q should work the same.
That means your cron was down for some reason If thus happens again, do this from shell: This should restart the crontab and should fix the hang