From 4ad7bbd8848e63dd6073e67c1030f23f2637abfe Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 18 Sep 2023 08:59:59 -0400 Subject: [PATCH] Update pialert.sh tweak --- ct/pialert.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/pialert.sh b/ct/pialert.sh index 76bb430f..dd3a1615 100644 --- a/ct/pialert.sh +++ b/ct/pialert.sh @@ -55,6 +55,7 @@ header_info if [[ ! -d /opt/pialert ]]; then msg_error "No ${APP} Installation Found!"; exit; fi update msg_ok "Updated $APP" +exit } start