diff --git a/.templates/00-global_var.sh b/.templates/00-global_var.sh index 4b257aa3d..2d05572ac 100755 --- a/.templates/00-global_var.sh +++ b/.templates/00-global_var.sh @@ -42,7 +42,7 @@ for KEYS in "${arr[@]}"; do ###################################### export "${KEYS}='${VALUE}'" # set .env - echo "$KEYS=$VALUE" >> /.env || true + echo "$KEYS=\"$VALUE\"" >> /.env || true # set /etc/environmemt mkdir -p /etc echo "$KEYS=$VALUE" >> /etc/environmemt