diff --git a/.templates/90-config_yaml.sh b/.templates/90-config_yaml.sh index 58c958b86..c41d8ddfd 100755 --- a/.templates/90-config_yaml.sh +++ b/.templates/90-config_yaml.sh @@ -113,7 +113,7 @@ while IFS= read -r line; do if [[ "$line" =~ ^.+[=].+$ ]]; then export "$line" # extract keys and values - KEYS="${line%=*}" + KEYS="${line%%=*}" VALUE="${line#*=}" # export to python if command -v "python3" &>/dev/null; then