Update 01-config_yaml.sh

This commit is contained in:
Alexandre
2025-07-07 16:54:37 +02:00
committed by GitHub
parent 8c27cc0f6e
commit 44432f723d

View File

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