diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index 71f6f22c7..ea8f31830 100755 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -93,7 +93,6 @@ 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 @@ -101,6 +100,8 @@ if [ ! -s /tempenv ]; then exit 0 fi +echo "" >> /tempenv + echo "" bashio::log.green "Load environment variables from $CONFIGSOURCE if existing" if [[ "$CONFIGSOURCE" == "/config"* ]]; then