My CRON job won't run, any ideas?
Posted
by
bbeckford
on Server Fault
See other posts from Server Fault
or by bbeckford
Published on 2012-03-27T11:05:26Z
Indexed on
2012/03/27
11:31 UTC
Read the original article
Hit count: 229
I've installed the following CRON job using 'crontab -e' through putty on my server, but it won't run and I have no idea why.
This is the line I'm putting in and saving using 'crontab -e':
00 09-18 * * 1-5 /usr/bin/php5 /home/a/v/ava/public_html/p/app_availability_updates_flush.php
It's a simple script I want to run on the hour during business hours.
When I use 'crontab -l' it prints the following:
00 09-18 * * 1-5 /usr/bin/php5 /home/a/v/ava/public_html/p/app_availability_updates_flush.phproot@ds6639:~#
Does that look right?
© Server Fault or respective owner