mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
icwmp: fix KeepConfig setting
(cherry picked from commit3f1e6e6f86)3f1e6e6ficwmp: fix KeepConfig setting Co-authored-by: Vivek Kumar Dutta <vivek.dutta@iopsys.eu>
This commit is contained in:
parent
4d00615c72
commit
cfdfac7fb8
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