From 777ac4fdcc104dc6b585d3ae8ae89545b111f376 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 7 Jul 2025 17:30:48 +0200 Subject: [PATCH] Update 01-config_yaml.sh --- .templates/01-config_yaml.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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