From 290dbd024539407f3000c1d33d576c0dbd9c0083 Mon Sep 17 00:00:00 2001 From: John Lombardo Date: Wed, 29 Apr 2026 12:40:00 +0800 Subject: [PATCH] fix: align ESPConnect update flow with maintainer guidance --- ct/espconnect.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ct/espconnect.sh b/ct/espconnect.sh index b66e465e..32ef1f7c 100644 --- a/ct/espconnect.sh +++ b/ct/espconnect.sh @@ -35,11 +35,7 @@ function update_script() { systemctl stop nginx msg_ok "Stopped Nginx" - if ! CLEAN_INSTALL=1 fetch_and_deploy_gh_release "espconnect" "thelastoutpostworkshop/ESPConnect" "prebuild" "latest" "/opt/espconnect" "dist.zip"; then - msg_error "Failed to update ${APP}; restarting Nginx" - systemctl start nginx - exit 1 - fi + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "espconnect" "thelastoutpostworkshop/ESPConnect" "prebuild" "latest" "/opt/espconnect" "dist.zip" msg_info "Starting Nginx" systemctl start nginx