Update 01-config_yaml.sh

This commit is contained in:
Alexandre
2025-07-07 16:17:56 +02:00
committed by GitHub
parent 50cdbcef90
commit 8582086b27

View File

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