mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Check FS before mount by default
This commit is contained in:
parent
f979ebc643
commit
566ae2d4b6
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ uci -q batch <<-EOF >/dev/null
|
||||||
commit rpcd
|
commit rpcd
|
||||||
luci.apply.timeout='20'
|
luci.apply.timeout='20'
|
||||||
commit luci
|
commit luci
|
||||||
|
fstab.@global[0].check_fs='1'
|
||||||
|
commit fstab
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
[ -n "$(ubus call system board | jsonfilter -e '@.board_name' | grep raspberry)" ] && [ "$(uci -q get openmptcprouter.settings.scaling_governor)" != "performance" ] && {
|
[ -n "$(ubus call system board | jsonfilter -e '@.board_name' | grep raspberry)" ] && [ "$(uci -q get openmptcprouter.settings.scaling_governor)" != "performance" ] && {
|
||||||
|
|
Loading…
Reference in a new issue