diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index f2490abdc..8252a37d1 100644 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -74,6 +74,7 @@ sed -i '/^ /d' /tempenv sed -i '/^$/d' /tempenv # Exit if empty if [ ! -s /tempenv ]; then + bashio::log.green "... no env variables found, exiting" exit 0 fi rm /tempenv