Update alpine-esphome.sh

tweak
pull/1261/head
tteckster 2023-03-25 17:24:06 -04:00 committed by GitHub
parent ac837891e0
commit be211699b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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 \