From 86ec03dc35e70d4feb9b925ea7a54146fd499f27 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 25 Mar 2023 14:56:07 -0400 Subject: [PATCH] Update alpine-esphome.sh tweak update --- 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 da0534ba..0acbc670 100644 --- a/ct/alpine-esphome.sh +++ b/ct/alpine-esphome.sh @@ -66,7 +66,10 @@ function update_script() { header_info case $CHOICE in 1) - pip3 install esphome --upgrade + msg_info "Updating ESPHome" + pip3 install esphome --upgrade &>/dev/null + rc-service -q esphome restart + msg_ok "Updated Successfully!" exit ;; esac