luci-app-mwan3: fix uci-defaults script rename initial_source to local_source
[project/luci.git] / applications / luci-app-mwan3 / root / etc / uci-defaults / 60_luci-mwan3
index 509a694..50c65ad 100755 (executable)
@@ -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
 }