From 7ae9df7fb2b0fda1ba1968e0f274a5644ac0c450 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 11 Oct 2023 21:00:33 +0200 Subject: [PATCH] Update 90-config_yaml.sh --- .templates/90-config_yaml.sh | 1 + 1 file changed, 1 insertion(+) 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