diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index 2258233d8..39aff3ada 100644 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -138,9 +138,6 @@ function parse_yaml { local input_file=$1 local output_file=$2 - # Clear the output file if it already exists - >"$output_file" - # Process each line to escape special characters and format as needed while IFS= read -r line; do # Skip lines that are empty or only contain whitespace