From be211699b90f18729fcf55ddefb7723e79e1588c Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 25 Mar 2023 17:24:06 -0400 Subject: [PATCH] Update alpine-esphome.sh tweak --- ct/alpine-esphome.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ct/alpine-esphome.sh b/ct/alpine-esphome.sh index 0acbc670..5497853b 100644 --- a/ct/alpine-esphome.sh +++ b/ct/alpine-esphome.sh @@ -52,7 +52,10 @@ function default_settings() { } function update_script() { - if [[ ! -f /usr/bin/esphome ]]; then msg_error "No ${APP} Installation Found!"; exit; fi + if [[ ! -f /usr/bin/esphome ]]; then + msg_error "No ${APP} Installation Found!" + exit + fi while true; do CHOICE=$( whiptail --title "SUPPORT" --menu "Select option" 11 58 1 \