mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
icwmp: fix KeepConfig setting
This commit is contained in:
parent
53761ea8c8
commit
3f1e6e6f86
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ stop_service()
|
|||
ConfigScope="$(uci -q get cwmp.cpe.ConfigScope)"
|
||||
|
||||
json_init
|
||||
[ -n "${KeepConfig}" ] && json_add_boolean "keep_config" "${KeepConfig}"
|
||||
[ -n "${KeepConfig}" ] && json_add_boolean "keep_settings" "${KeepConfig}"
|
||||
[ -n "${KeepOpConf}" ] && json_add_boolean "keep_opconf" "${KeepOpConf}"
|
||||
[ -n "${ConfigScope}" ] && json_add_string "config_scope" "${ConfigScope}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue