What's new

Crontab bash script with logger not outputting to GUI

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

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?
 

Sign Up For SNBForums Daily Digest

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