From a6020759f064183e447bab628857e067f86eaf12 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:28:46 +0200 Subject: [PATCH] Update success message for application update --- ct/whodb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/whodb.sh b/ct/whodb.sh index 005700e19..dc1770f37 100644 --- a/ct/whodb.sh +++ b/ct/whodb.sh @@ -39,7 +39,7 @@ function update_script() { msg_info "Starting Service" systemctl start whodb msg_ok "Started Service" - msg_ok "Updated ${APP}" + msg_ok "Updated successfully!" fi exit }