From bcdabbd0a9dee685c478b302dcc373f4c65311b5 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 5 Feb 2026 19:54:01 +0100 Subject: [PATCH] Update tools/pve/update-apps.sh Co-authored-by: Chris --- tools/pve/update-apps.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/pve/update-apps.sh b/tools/pve/update-apps.sh index 3fc2d403a..71d7fcdb0 100644 --- a/tools/pve/update-apps.sh +++ b/tools/pve/update-apps.sh @@ -174,7 +174,8 @@ if [[ "$var_skip_confirm" != "yes" ]]; then whiptail --backtitle "Proxmox VE Helper Scripts" --title "LXC App Update" --yesno "This will update apps in LXCs installed by Helper-Scripts. Proceed?" 10 58 || exit fi -msg_info "Loading all possible LXC containers from Proxmox VE. This may take a few seconds..." +tags_formatted="${var_tags//|/, }" +msg_info "Loading all possible LXC containers from Proxmox VE with tags: ${tags_formatted}. This may take a few seconds..." NODE=$(hostname) containers=$(pct list | tail -n +2 | awk '{print $0 " " $4}')