Update 01-config_yaml.sh

This commit is contained in:
Alexandre
2025-07-06 20:23:41 +02:00
committed by GitHub
parent 0ac87edde7
commit bd7a1aaea1

View File

@@ -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