From ce74584370690b8baff291aef79651cdbd7a0c47 Mon Sep 17 00:00:00 2001 From: Fredrik Lindqvist Date: Sun, 11 Feb 2018 20:08:29 +0100 Subject: [PATCH] Fix wrong Discord channel in scripts --- package/opt/hassbian/suites/appdaemon.sh | 2 +- package/opt/hassbian/suites/hassbian.sh | 2 +- package/opt/hassbian/suites/tradfri.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/opt/hassbian/suites/appdaemon.sh b/package/opt/hassbian/suites/appdaemon.sh index b5448743..e385258c 100644 --- a/package/opt/hassbian/suites/appdaemon.sh +++ b/package/opt/hassbian/suites/appdaemon.sh @@ -79,7 +79,7 @@ echo "You may find the appdaemon configuration files in:" echo "/home/homeassistant/appdaemon" echo "To continue have a look at http://appdaemon.readthedocs.io/en/latest/" echo -echo "If you have issues with this script, please say something in the #Hassbian channel on Discord." +echo "If you have issues with this script, please say something in the #devs_hassbian channel on Discord." echo return 0 } diff --git a/package/opt/hassbian/suites/hassbian.sh b/package/opt/hassbian/suites/hassbian.sh index 7d3da48c..c5b2b8b4 100644 --- a/package/opt/hassbian/suites/hassbian.sh +++ b/package/opt/hassbian/suites/hassbian.sh @@ -8,7 +8,7 @@ function hassbian-show-long-info { } function hassbian-show-copyright-info { - echo "Original concept by Ludeeus " + echo "Original concept by Ludeeus " echo "Modyfied by Landrash " } diff --git a/package/opt/hassbian/suites/tradfri.sh b/package/opt/hassbian/suites/tradfri.sh index eed89b19..5d9e011d 100644 --- a/package/opt/hassbian/suites/tradfri.sh +++ b/package/opt/hassbian/suites/tradfri.sh @@ -42,7 +42,7 @@ EOF echo echo "Installation done." echo -echo "If you have issues with this script, please say something in the #Hassbian channel on Discord." +echo "If you have issues with this script, please say something in the #devs_hassbian channel on Discord." echo echo "To continue have a look at https://home-assistant.io/components/tradfri/" echo "It's recomended that you restart your Tradfri Gateway before continuing."