Browse Source

installer: fix writing new config vars with spaces

pull/457/head
bol-van 7 months ago
parent
commit
c9b9fefd4b
  1. 1
      common/installer.sh

1
common/installer.sh

@ -500,6 +500,7 @@ write_config_var()
fi
else
# var does not exist in config. add it
contains "$M" " " && M="\"$M\""
if [ -n "$M" ]; then
echo "$1=$M" >>"$ZAPRET_CONFIG"
else

Loading…
Cancel
Save