mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
sysmngr: keep config when config_scope empty
This commit is contained in:
parent
bd7d6966cc
commit
64a5e4fa7d
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ case "$1" in
|
|||
if [ "${keep_settings}" -eq 0 ]; then
|
||||
sysupgrade_flag="${sysupgrade_flag} -n"
|
||||
elif [ "${keep_settings}" -eq 1 ]; then
|
||||
if [ "${config_scope}" != "All" ]; then
|
||||
if [ -n "${config_scope}" ] && [ "${config_scope}" != "All" ]; then
|
||||
sysupgrade_flag="${sysupgrade_flag} -n"
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue