Update success message for database migrations

This commit is contained in:
Tobias 2026-02-08 20:43:34 +01:00 committed by GitHub
parent f67f382777
commit cf38bc5195
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@ function update_script() {
msg_info "Running Database Migrations"
cd /opt/skylite-ux
$STD npx prisma migrate deploy
msg_ok "Database Migrations Complete"
msg_ok "Ran Database Migrations"
msg_info "Starting Service"
systemctl start skylite-ux