cron-checker
cron-checker copied to clipboard
Inconsistency with set of days given by name
trafficstars
0 */2 * * Mon,Tue,Wed,Thu,Fri,Sun echo "hello"
The command echo "hello" will execute the 0th minute of every 2nd hour Sundays and Sundays and Sundays and Sundays and Sundays and Sundays in every month.
Yikes. Definitely not right. Thanks for reporting!
You're welcome. Good luck with the fixes. Best, Mathieu
On Monday, April 20, 2015, Patrick Byrne [email protected] wrote:
Yikes. Definitely not right. Thanks for reporting!
Reply to this email directly or view it on GitHub https://github.com/pbyrne/cron-checker/issues/27#issuecomment-94538071.