Update 01-config_yaml.sh

This commit is contained in:
Alexandre
2023-10-14 20:38:50 +02:00
committed by GitHub
parent b298663ce7
commit 5e61ab2beb

View File

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