Hello I have a mac os x server machine that I have setup a cron to run a php file using wget and cron doesn't seem to work. I have setup cron on other mac's before and they have all worked. Also I know wget works because I have tested it. Is there anything else I should try?
I do crontab -e and enter this:
and I get
crontab: installing new crontab
chris:~ localhost$
So it seems to have been installed correctly. Any ideas?
I do crontab -e and enter this:
Code:
"10 1 * * * /usr/bin/wget -q localhost/cron.php"
crontab: installing new crontab
chris:~ localhost$
So it seems to have been installed correctly. Any ideas?