From af4bfb5d88f11424de0703f4dee5843422aaa4ec Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 14 Oct 2023 20:39:54 +0200 Subject: [PATCH] Update 01-config_yaml.sh --- .templates/01-config_yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index 8252a37d1..787625838 100644 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -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/Add‐ons-feature-:-add-env-variables" # Check if config file is there, or create one from template if [ ! -f "$CONFIGSOURCE" ]; then