mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update 90-config_yaml.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user