wuckawucka
New Around Here
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