diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index 34149d7ce..6326f1c07 100644 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -168,9 +168,9 @@ while IFS= read -r line; do KEYS="${line%%=*}" VALUE="${line#*=}" # Check if VALUE is quoted - if [[ "$VALUE" != \"*\" ]] && [[ "$VALUE" != \'*\' ]]; then - VALUE="\"$VALUE\"" - fi + #if [[ "$VALUE" != \"*\" ]] && [[ "$VALUE" != \'*\' ]]; then + # VALUE="\"$VALUE\"" + #fi line="${KEYS}=${VALUE}" export "$line" # export to python