mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +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
|
||||
set rpcd.@rpcd[0].timeout=120
|
||||
commit rpcd
|
||||
luci.apply.timeout='20'
|
||||
set luci.apply.timeout='20'
|
||||
commit luci
|
||||
fstab.@global[0].check_fs='1'
|
||||
set fstab.@global[0].check_fs='1'
|
||||
commit fstab
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue