Alek
Occasional Visitor
Hello
Does cron on Merlin WRT work differently to regular cron on Linux? Should entware run fine via cron?
This is what I'm trying to do:
And it doesn't seem to ever run screen.
The following works just fine, so there must be something I'm doing wrong:
Does cron on Merlin WRT work differently to regular cron on Linux? Should entware run fine via cron?
This is what I'm trying to do:
Code:
* * * * * /opt/bin/screen -dmS screenname /tmp/mnt/DiskMount/script.sh >> /tmp/mnt/DiskMount/script_cron.log 2>&1 #lftpsync#
And it doesn't seem to ever run screen.
The following works just fine, so there must be something I'm doing wrong:
Code:
* * * * * touch /tmp/mnt/DiskMount/test