What's new

Traffic Monitor No Data in Daily & Monthly

  • 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!

I got sick of having to ssh in and run "fc disable" if the router was power cycled. I missed counting a few days data due to that. So I figured out the scripts thing tonight. Solution was to create the script /jffs/scripts/services-start, containing "/bin/fc disable". But I'm sure you guys already know how to do this.

A follow up: The above worked when I rebooted from the UI, but not when the router was just power cycled. A sleep seems to fix this. So my services-start script is:

Code:
#!/bin/sh
sleep 60
/bin/fc disable
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

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