mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix system settings
This commit is contained in:
parent
bd542abb02
commit
374d25abce
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ uci -q batch <<-EOF >/dev/null
|
||||||
commit system
|
commit system
|
||||||
set rpcd.@rpcd[0].timeout=120
|
set rpcd.@rpcd[0].timeout=120
|
||||||
commit rpcd
|
commit rpcd
|
||||||
luci.apply.timeout='20'
|
set luci.apply.timeout='20'
|
||||||
commit luci
|
commit luci
|
||||||
fstab.@global[0].check_fs='1'
|
set fstab.@global[0].check_fs='1'
|
||||||
commit fstab
|
commit fstab
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue