From bd7a1aaea1c60d7d11beda91dd40a6eb1f16bb17 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 6 Jul 2025 20:23:41 +0200 Subject: [PATCH] Update 01-config_yaml.sh --- .templates/01-config_yaml.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index 39aff3ada..ad911c804 100644 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -155,7 +155,8 @@ function parse_yaml { } # Get list of parameters in a file -parse_yaml "$CONFIGSOURCE" "" >/tmpfile +parse_yaml "$CONFIGSOURCE" /tmpfile + # Escape dollars sed -i 's|$.|\$|g' /tmpfile