mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-07 01:53:34 +08:00
default-settings: fix luci rpcd issue
This commit is contained in:
parent
ee0dca7a23
commit
d2ecc79a20
@ -10,6 +10,9 @@ if ! uci -q get system.@imm_init[0].lang > "/dev/null"; then
|
||||
uci -q commit system
|
||||
fi
|
||||
|
||||
uci -q set luci.main.socket="/var/run/ubus.sock"
|
||||
uci -q commit luci
|
||||
|
||||
#if ! uci -q get system.@imm_init[0].anon_mount > "/dev/null"; then
|
||||
# uci -q set fstab.@global[0].anon_mount="1"
|
||||
# uci -q commit fstab
|
||||
|
Loading…
x
Reference in New Issue
Block a user