From 653fd37c08ef66c0c6672b99e125a7e3f65a01d5 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 31 Oct 2025 18:31:02 +0100 Subject: [PATCH] Update update-pve.sh --- scripts/global/update-pve.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/global/update-pve.sh b/scripts/global/update-pve.sh index 0f88e91..72f27b5 100644 --- a/scripts/global/update-pve.sh +++ b/scripts/global/update-pve.sh @@ -49,7 +49,7 @@ update_pve9() { download_common_functions - msg_info2 "$(translate "Detected: Proxmox VE ${pve_version} (Current: $OS_CODENAME, Target: $TARGET_CODENAME)")" + msg_info2 "$(translate "Detected: Proxmox VE $pve_version (Current: $OS_CODENAME, Target: $TARGET_CODENAME)")" echo local available_space=$(df /var/cache/apt/archives | awk 'NR==2 {print int($4/1024)}')