Update 01-config_yaml.sh

This commit is contained in:
Alexandre
2025-07-06 20:13:59 +02:00
committed by GitHub
parent 29c7f3ddd0
commit 0ac87edde7

View File

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