Re: [LEDE-DEV] cron problem

2018-02-19 Thread e9hack
Am 19.02.2018 um 18:57 schrieb p.wa...@gmx.at: > I remember something related to the definition of Sundays. > IIRC, cron accepts '0' and '7' as Sunday whereas Busybox' cron does not > understand '7', > so you have to use '0' for Sundays there. > Maybe this causes the behaviour you perceived. Yes,

Re: [LEDE-DEV] cron problem

2018-02-19 Thread p . wassi
Hi Hartmut, > Every of this jobs will be executed on all weekdays. Is something wrong in my > definition or does cron from busybox has a > bug? I remember something related to the definition of Sundays. IIRC, cron accepts '0' and '7' as Sunday whereas Busybox' cron does not understand '7', so y

[LEDE-DEV] cron problem

2018-02-19 Thread e9hack
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 "cmn