Update 01-config_yaml.sh

This commit is contained in:
Alexandre
2023-10-14 20:39:54 +02:00
committed by GitHub
parent bd66dd2ec6
commit af4bfb5d88

View File

@@ -49,7 +49,7 @@ chmod -R 755 "$(dirname "${CONFIGSOURCE}")"
bashio::log.green "Load environment variables from $CONFIGSOURCE if existing"
bashio::log.green "---------------------------------------------------------"
echo "Wiki here : github.com/alexbelgium/hassio-addons/wiki/Add-ons-feature-:-customisation"
echo "Wiki here : github.com/alexbelgium/hassio-addons/wiki/Addons-feature-:-add-env-variables"
# Check if config file is there, or create one from template
if [ ! -f "$CONFIGSOURCE" ]; then