From 1e32c49bf0f52dbcdb34680ebd19610baafe9f5b Mon Sep 17 00:00:00 2001 From: Stephen Chin Date: Sun, 8 Mar 2026 15:02:58 -0700 Subject: [PATCH] Added exit code value --- ct/protonmail-bridge.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/protonmail-bridge.sh b/ct/protonmail-bridge.sh index 9ffaf69c..8d385b69 100644 --- a/ct/protonmail-bridge.sh +++ b/ct/protonmail-bridge.sh @@ -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