diff --git a/common/installer.sh b/common/installer.sh index ef5c069..57d7cdf 100644 --- a/common/installer.sh +++ b/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