Update 90-config_yaml.sh

This commit is contained in:
Alexandre
2023-10-11 21:00:33 +02:00
committed by GitHub
parent 97265e2e5c
commit 7ae9df7fb2

View File

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