From 269f9ac52c146de88a989029513e7fe54df5ff5c Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 31 Oct 2025 20:20:24 +0100 Subject: [PATCH] Update update-pve9_2.sh --- scripts/global/update-pve9_2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/global/update-pve9_2.sh b/scripts/global/update-pve9_2.sh index c5abea0..d2902c6 100644 --- a/scripts/global/update-pve9_2.sh +++ b/scripts/global/update-pve9_2.sh @@ -53,7 +53,7 @@ update_pve9() { { msg_info2 "$(translate "Detected: Proxmox VE $pve_version (Current: $OS_CODENAME, Target: $TARGET_CODENAME)")" } | tee -a "$screen_capture" - echo -e + local available_space=$(df /var/cache/apt/archives | awk 'NR==2 {print int($4/1024)}') if [ "$available_space" -lt 1024 ]; then