Hello,

I try to use cron to run some jobs depend on the weekday. It looks like that 
the weekday definition is completely ignored:

15 9 * * 1,2,3,4,5 mosquitto_pub -h mosquitto.lan -q 1 -r -p 1883 -t 
"cmnd/iRobot/POWER" -m "1"
15 10 * * 6,7 mosquitto_pub -h mosquitto.lan -q 1 -r -p 1883 -t 
"cmnd/iRobot/POWER" -m "1"
0 12 * * 1-5 mosquitto_pub -h mosquitto.lan -q 1 -r -p 1883 -t 
"cmnd/iRobot/POWER" -m "0"
0 13 * * 6-7 mosquitto_pub -h mosquitto.lan -q 1 -r -p 1883 -t 
"cmnd/iRobot/POWER" -m "0"

Every of this jobs will be executed on all weekdays. Is something wrong in my 
definition or does cron from busybox has a
bug?

Regards,
Hartmut

_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to