From 4e0b5ebf4c7fc27235e91e40e636e283f2280da6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 14 Oct 2023 20:37:13 +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 4f03de819..f2490abdc 100644 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -48,8 +48,8 @@ chmod -R 755 "$(dirname "${CONFIGSOURCE}")" #################### bashio::log.green "Load environment variables from $CONFIGSOURCE if existing" -echo "Wiki here : github.com/alexbelgium/hassio-addons/wiki/Add-ons-feature-:-customisation" bashio::log.green "---------------------------------------------------------" +echo "Wiki here : github.com/alexbelgium/hassio-addons/wiki/Add-ons-feature-:-customisation" # Check if config file is there, or create one from template if [ ! -f "$CONFIGSOURCE" ]; then