Browse Source

Update alpine-esphome.sh

tweak
tteckster 2 years ago
parent
commit
be211699b9
1 changed files with 4 additions and 1 deletions
  1. 4 1
      ct/alpine-esphome.sh

+ 4 - 1
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 \