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 GitHub
parent 2d9d62118f
commit 5a92816946
31 changed files with 36 additions and 42 deletions
+2 -1
View File
@@ -54,8 +54,9 @@ function update_script() {
msg_error "PLEASE MAKE A BACKUP FIRST!"
exit
fi
msg_ok "Updated Successfully"
msg_ok "Updated Successfully!"
fi
exit
}
start