What's new

Crontab bash script with logger not outputting to GUI

sputnikk

Occasional Visitor
I have a script in /jffs/scripts with a bash script that does a logger "Some text". If I run it manually, the log appears in the web gui.

0/3 * * * * sh /jffs/scripts/custom_check_wan.sh #wancheck#

I have it set to run every 3 minutes. (Yes it's chmod +x). But no output is being produced in the web gui. Nor is a test file that script produces being produced. It's like its not running crontab at all. What could be missing?
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top