pve-scripts-local: fix missing exit in update (#10630)

Removed unnecessary blank lines and added exit command.
This commit is contained in:
CanbiZ (MickLesk)
2026-01-07 20:40:16 +01:00
committed by GitHub
parent 0d56be1192
commit f4ee9a2e25

View File

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