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
440 changed files with 563 additions and 559 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ function update_copyparty() {
msg_info "Updating $APP"
curl -fsSL "$SRC_URL" -o "$BIN_PATH"
chmod +x "$BIN_PATH"
msg_ok "Updated $APP"
msg_ok "Updated successfully!"
exit 0
}