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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
}