Update ct/split-pro.sh

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
Johann Grobe 2026-02-13 07:55:12 +01:00 committed by GitHub
parent b0c0323a4d
commit c405f09e06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,9 +52,7 @@ function update_script() {
msg_info "Starting Service"
systemctl start split-pro
msg_ok "Started Service"
msg_ok "Updated Successfully"
else
msg_ok "No update required"
msg_ok "Updated successfully!"
fi
exit
}