Add explicit exit calls to update_script functions (#8752)

This commit is contained in:
CanbiZ
2025-10-30 05:03:54 -07:00
committed by Michel Roegl-Brunner
parent 14e5aea1b0
commit 96c1bc74bd
31 changed files with 36 additions and 42 deletions

View File

@@ -40,6 +40,7 @@ function update_script() {
else
msg_ok "${APP} is already up to date (${RELEASE})"
fi
exit
}
start