luci-app-mwan3: fix uci-defaults script rename initial_source to local_source
Rename wrong uci option Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
83eead3aae
commit
b228700610
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ EOF
|
|||
uci -q get mwan3.globals >/dev/null || {
|
||||
uci -q add mwan3 globals >/dev/null
|
||||
uci -q rename mwan3.@globals[-1]="globals" >/dev/null
|
||||
uci -q set mwan3.globals.initial_source="none" >/dev/null
|
||||
uci -q set mwan3.globals.local_source="none" >/dev/null
|
||||
uci commit mwan3
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue