Update 01-config_yaml.sh

This commit is contained in:
Alexandre
2023-11-24 22:50:16 +01:00
committed by GitHub
parent 84b520e1ef
commit 83f6788b92

View File

@@ -77,9 +77,11 @@ fi
# LOAD CONFIG.YAML #
####################
echo ""
bashio::log.green "Load environment variables from $CONFIGSOURCE if existing"
bashio::log.green "---------------------------------------------------------"
echo "Wiki here : github.com/alexbelgium/hassio-addons/wiki/Addons-feature-:-add-env-variables"
bashio::log.green "Wiki here on how to use : github.com/alexbelgium/hassio-addons/wiki/Addons-feature-:-add-env-variables"
echo ""
# Check if config file is there, or create one from template
if [ ! -f "$CONFIGSOURCE" ]; then