diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index d629640b1..34149d7ce 100644 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -115,7 +115,7 @@ cp "$CONFIGSOURCE" /tempenv sed -i '/^#/d' /tempenv sed -i '/^[[:space:]]*$/d' /tempenv sed -i '/^$/d' /tempenv -echo "" >> /tempenv +echo "" >>/tempenv # Exit if empty if [ ! -s /tempenv ]; then