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