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

Fixed typo in validations #123

Merged
merged 1 commit into from
Feb 23, 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 @@ -132,7 +132,7 @@ if [ ! -z "${validation}" ]; then
echo
else
echo
echo -e "\\e[31mInstallation failed..."
echo -e "\\e[31mUpgrade failed..."
echo -e "\\e[31mAborting..."
echo -e "\\e[0mIf you have issues with this script, please say something in the #devs_hassbian channel on Discord."
echo
Expand Down
2 changes: 1 addition & 1 deletion package/opt/hassbian/suites/homeassistant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ if [ ! -z "${validation}" ]; then
echo
else
echo
echo -e "\\e[31mInstallation failed..."
echo -e "\\e[31mUpgrade failed..."
echo -e "\\e[31mAborting..."
echo -e "\\e[0mIf you have issues with this script, please say something in the #devs_hassbian channel on Discord."
echo
Expand Down