From 4bbbe81182e11ae5c2a006eb86159264dba54e71 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Thu, 7 Aug 2025 15:05:54 +0200 Subject: [PATCH] Update update-pve.sh --- scripts/global/update-pve.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/global/update-pve.sh b/scripts/global/update-pve.sh index 1c383d4..cf3f2f5 100644 --- a/scripts/global/update-pve.sh +++ b/scripts/global/update-pve.sh @@ -296,8 +296,10 @@ EOF tput cup $((row + i)) 0 tput el done + tput cup $row 0 fi + upgrade_exit_code=${PIPESTATUS[0]}