Which runs every 2 minutes between 9 am to 5:30 pm? I can make it run if its 9 to 5 but just not getting that 5:30 pm? Is there a way out?
PS: Except for splitting the jobs
feedback
|
|
Just do two cronjobs.
| |||
|
feedback
|
|
Run the cron job every two minutes, so just "*/2 * * * * *" in the cron entry. Then have the actual script check if the time is >9:00 and <17:30 | |||
|
feedback
|