What's new

help, code for disable runner and flow cache in ssh putty please

berku4

New Around Here
Hi, I've been following the forum for a long time and I have great respect for all members. first apologize for the language, I'm not English. and second, I wanted to ask for a little help. I need a code to run in putty, a code that deactivates runner and flow cache at every reboot so I don't do it manually every time. I'm crazy and I can't do it, please if someone can send me a code to run it, thanks.

i tried:

Code:
#!/bin/sh fc disable /jffs/scripts/services-start
#!/bin/sh runner disable /jffs/scripts/services-start

thank
 
Which router model do you own? You can run this once and it should stay disabled.

Code:
runner disable
fc disable
fc flush
nvram set runner_disable="1"
nvram set fc_disable="1"
nvram set runner_disable_force="1"
nvram set fc_disable_force="1"
nvram commit
 

Latest threads

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