Talk:CRON

From DD-WRT Wiki

Jump to: navigation, search

This page is incorrect. the user startup script is not envoked in a shell, so the > and >> operators do not work. This is an example of a working command in the startup script:

/bin/sh -c 'echo "* * * * * root wget \"http://www.dd-wrt.com/index.php\" -O /tmp/output.html" >> /tmp/crontab'