diff --git a/.templates/90-config_yaml.sh b/.templates/90-config_yaml.sh index f0535c1b7..1d94a0746 100755 --- a/.templates/90-config_yaml.sh +++ b/.templates/90-config_yaml.sh @@ -63,6 +63,7 @@ bashio::log.info "Load environment variables from $CONFIGSOURCE if existing" cp "$CONFIGSOURCE" /tempenv sed -i '/^#/d' /tempenv sed -i '/^ /d' /tempenv +sed -i '/^$/d' /tempenv # Exit if empty if ! -s /tempenv; then