From 83f6788b92ea38f3f6a5e89170161f16e6e78b61 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 24 Nov 2023 22:50:16 +0100 Subject: [PATCH] Update 01-config_yaml.sh --- .templates/01-config_yaml.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index 57237a2b3..921891424 100755 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -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/Add‐ons-feature-:-add-env-variables" +bashio::log.green "Wiki here on how to use : github.com/alexbelgium/hassio-addons/wiki/Add‐ons-feature-:-add-env-variables" +echo "" # Check if config file is there, or create one from template if [ ! -f "$CONFIGSOURCE" ]; then