From 7f913fa08345ac16a942957dffde8c44cfac1ab9 Mon Sep 17 00:00:00 2001 From: Adam Camp Date: Tue, 11 Aug 2026 09:40:56 +0100 Subject: [PATCH] fix(add-tailscale-lxc): stop spinner before whiptail menu (#16402) msg_info starts a background spinner while loading the container list, but the script never stops it before opening the interactive radiolist, so the spinner keeps repainting over the UI. Co-authored-by: Cursor --- tools/addon/add-tailscale-lxc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/addon/add-tailscale-lxc.sh b/tools/addon/add-tailscale-lxc.sh index 59a6cca83..59de79a62 100644 --- a/tools/addon/add-tailscale-lxc.sh +++ b/tools/addon/add-tailscale-lxc.sh @@ -57,6 +57,7 @@ while read -r line; do CTID_MENU+=("$TAG" "$ITEM" "OFF") done < <(pct list | awk 'NR>1') +stop_spinner CTID="" while [[ -z "${CTID}" ]]; do CTID=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "Containers on $NODE" --radiolist \