From 9311cdabc123b8326e177408971c645ddcfe82db Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 5 Feb 2026 19:53:37 +0100 Subject: [PATCH] Update tools/pve/update-apps.sh Co-authored-by: Chris --- tools/pve/update-apps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pve/update-apps.sh b/tools/pve/update-apps.sh index 5d0f5b09b..bd78d2629 100644 --- a/tools/pve/update-apps.sh +++ b/tools/pve/update-apps.sh @@ -192,7 +192,7 @@ while read -r container; do container_name=$(echo $container | awk '{print $2}') container_status=$(echo $container | awk '{print $3}') formatted_line=$(printf "$FORMAT" "$container_name" "$container_status") - if pct config "$container_id" | grep -qE "^tags:.*(${TAGS}).*"; then + if pct config "$container_id" | grep -qE "[^-][; ](${TAGS}).*"; then menu_items+=("$container_id" "$formatted_line" "OFF") fi done <<<"$containers"