From f4ee9a2e25c5450a3ad7bec571771a6a6d579ee2 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 7 Jan 2026 20:40:16 +0100 Subject: [PATCH] pve-scripts-local: fix missing exit in update (#10630) Removed unnecessary blank lines and added exit command. --- ct/pve-scripts-local.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/pve-scripts-local.sh b/ct/pve-scripts-local.sh index e04bfabae..0c86e99f3 100644 --- a/ct/pve-scripts-local.sh +++ b/ct/pve-scripts-local.sh @@ -27,9 +27,8 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_custom "🚀" "${GN}" "The app offers a built-in updater. Please use it." - + exit } start