From 9a27138d962622a567e5de60eb3c17dfdf767091 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 14 Aug 2025 19:46:13 +0200 Subject: [PATCH] Update proxmox-upgrade-pve8-to-pve9-manual-guide.sh --- scripts/utilities/proxmox-upgrade-pve8-to-pve9-manual-guide.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/utilities/proxmox-upgrade-pve8-to-pve9-manual-guide.sh b/scripts/utilities/proxmox-upgrade-pve8-to-pve9-manual-guide.sh index 48c8a84..f93afaf 100644 --- a/scripts/utilities/proxmox-upgrade-pve8-to-pve9-manual-guide.sh +++ b/scripts/utilities/proxmox-upgrade-pve8-to-pve9-manual-guide.sh @@ -261,7 +261,8 @@ EOF${CL}" \ echo -e read -r clear - bash <(curl -fsSL "$REPO_URL/scripts/utilities/upgrade_pve8_to_pve9.sh") + exit 0 + #bash <(curl -fsSL "$REPO_URL/scripts/utilities/upgrade_pve8_to_pve9.sh") }