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

Commit

Permalink
Merge pull request #106 from home-assistant/hassbiandiscord
Browse files Browse the repository at this point in the history
Fix wrong Discord channel in scripts
  • Loading branch information
ludeeus authored Feb 11, 2018
2 parents 4ec040e + ce74584 commit b4a2917
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit b4a2917

Please sign in to comment.