chore: fix update msg (#10593)

This commit is contained in:
Tobias 2026-01-06 22:57:40 +01:00 committed by GitHub
parent cf4fa97843
commit 08d67aa722
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
440 changed files with 563 additions and 559 deletions

View file

@ -64,7 +64,7 @@ function update() {
msg_info "Starting service"
systemctl start nextcloud-exporter
msg_ok "Started service"
msg_ok "Updated successfully"
msg_ok "Updated successfully!"
exit
fi
}