From 8582086b27ec4f795f54c5759560759ac163bea6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 7 Jul 2025 16:17:56 +0200 Subject: [PATCH] Update 01-config_yaml.sh --- .templates/01-config_yaml.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index cf09aba56..632f548ef 100644 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -115,6 +115,7 @@ cp "$CONFIGSOURCE" /tempenv sed -i '/^#/d' /tempenv sed -i '/^[[:space:]]*$/d' /tempenv sed -i '/^$/d' /tempenv +echo "" > /tempenv # Exit if empty if [ ! -s /tempenv ]; then