Update success message for application update

This commit is contained in:
CanbiZ (MickLesk)
2026-04-20 16:28:46 +02:00
committed by GitHub
parent 58d2492bb3
commit a6020759f0

View File

@@ -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
}