fix: exit with non-zero status when Plane installation not found

This commit is contained in:
Michael Joshua Saul
2026-03-08 15:10:03 -06:00
parent 5233dbd16b
commit 13418b80b6

View File

@@ -26,7 +26,7 @@ function update_script() {
if [[ ! -d /opt/plane ]]; then
msg_error "No Plane Installation Found!"
exit
exit 1
fi
if check_for_gh_release "plane" "makeplane/plane"; then