From 9b1382ddcf513030ae4205e14ecadf082e69c163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Mon, 21 Jul 2025 15:02:40 -0400 Subject: [PATCH] Remove msg_info call to prevent spinner from overriding the whiptail menu --- tools/pve/update-apps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pve/update-apps.sh b/tools/pve/update-apps.sh index 1c392430..e91677d3 100644 --- a/tools/pve/update-apps.sh +++ b/tools/pve/update-apps.sh @@ -115,7 +115,7 @@ fi containers_needing_reboot=() for container in $CHOICE; do - msg_info "Updating container $container" + echo -e "${BL}[INFO]${CL} Updating container $container" if [ "BACKUP_CHOICE" == "yes" ];then backup_container $container @@ -138,7 +138,7 @@ for container in $CHOICE; do #2.1) Check if the script downloaded successfully if [ $? -ne 0 ]; then echo -e "${RD}[ERROR]${CL} Issue while downloading install script." - echo -e "${YW}[WARN]${CL} Unable to assess build resource requirements. Proceeding with current resources." + echo -e "${YW}[WARN]${CL} Unable to assess build resource requirements. Proceeding with current resources." fi config=$(pct config "$container")