I have a few cron jobs on my ac68u router running merlin.. The “watch” one below doesn’t work but the other 2 does. If I run the watch.sh script manually it works. For testing purposes, the permission is 777 and I believe */2 * * * * tells the cron to run the script every 2 minutes. Any ideas what could be wrong? I added the cron job like this -
cru a watch “*/2 * * * * /jffs/scripts/watch.sh”
# cru l
cru a lan_monitor "* * * * * /jffs/scripts/lan_monitor.sh"
cru a blocklist_update "0 0 * * FRI /jffs/scripts/blocklist_update.sh"
cru a watch "*/2 * * * * /jffs/scripts/watch.sh"
cru a watch “*/2 * * * * /jffs/scripts/watch.sh”
# cru l
cru a lan_monitor "* * * * * /jffs/scripts/lan_monitor.sh"
cru a blocklist_update "0 0 * * FRI /jffs/scripts/blocklist_update.sh"
cru a watch "*/2 * * * * /jffs/scripts/watch.sh"