Added exit code value

This commit is contained in:
Stephen Chin
2026-03-08 15:02:58 -07:00
committed by GitHub
parent 7df0d109e7
commit 1e32c49bf0

View File

@@ -26,7 +26,7 @@ function update_script() {
if [[ ! -x /usr/bin/protonmail-bridge ]]; then
msg_error "No ${APP} Installation Found!"
exit
exit 1
fi
if check_for_gh_release "protonmail-bridge" "ProtonMail/proton-bridge"; then