My CRON job won't run, any ideas?
- by bbeckford
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?