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 #187 from ludeeus/fix-update-reverter
Browse files Browse the repository at this point in the history
Homeassistant: Fixes revert issue.
  • Loading branch information
Landrash committed Oct 2, 2018
2 parents 5e6adf3 + 35d51ea commit 7133a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/opt/hassbian/suites/homeassistant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ EOF
if (( config_check_lines > 1 ));then
if [ "$ACCEPT" != "true" ]; then
echo -n "Config check failed for new version, do you want to revert? [Y/n] : "
read -r
read -r RESPONSE
if [ ! "$RESPONSE" ]; then
RESPONSE="Y"
fi
Expand Down

0 comments on commit 7133a28

Please sign in to comment.