Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Fix wrong Discord channel in scripts #106

Merged
merged 1 commit into from
Feb 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package/opt/hassbian/suites/appdaemon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion package/opt/hassbian/suites/hassbian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function hassbian-show-long-info {
}

function hassbian-show-copyright-info {
echo "Original concept by Ludeeus <https://github.im/Ludeeus>"
echo "Original concept by Ludeeus <https://github.com/Ludeeus>"
echo "Modyfied by Landrash <https://github.com/Landrash>"
}

Expand Down
2 changes: 1 addition & 1 deletion package/opt/hassbian/suites/tradfri.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down