From 35d51eaec761eb392423ebb9c2cc3ec153f4886e Mon Sep 17 00:00:00 2001 From: ludeeus Date: Mon, 1 Oct 2018 17:08:51 +0200 Subject: [PATCH] Fixes revert issue --- package/opt/hassbian/suites/homeassistant.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/opt/hassbian/suites/homeassistant.sh b/package/opt/hassbian/suites/homeassistant.sh index d5952893..4543c5a3 100644 --- a/package/opt/hassbian/suites/homeassistant.sh +++ b/package/opt/hassbian/suites/homeassistant.sh @@ -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