From 632c7b91f4bb0a7ed34ba37a70e394b5b80249a9 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 31 Oct 2025 20:09:52 +0100 Subject: [PATCH] Update proxmox_update.sh --- scripts/utilities/proxmox_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utilities/proxmox_update.sh b/scripts/utilities/proxmox_update.sh index 59e2ea4..0f6f61a 100644 --- a/scripts/utilities/proxmox_update.sh +++ b/scripts/utilities/proxmox_update.sh @@ -56,7 +56,7 @@ apt_upgrade() { if [[ "$pve_version" -ge 9 ]]; then show_proxmenux_logo - msg_title "$(translate "$SCRIPT_TITLE)" + msg_title "$(translate "$SCRIPT_TITLE")" bash <(curl -fsSL "$REPO_URL/scripts/global/update-pve9_2.sh") else