diff --git a/tools/pve/update-apps.sh b/tools/pve/update-apps.sh index 6103f3673..5d0f5b09b 100644 --- a/tools/pve/update-apps.sh +++ b/tools/pve/update-apps.sh @@ -185,7 +185,7 @@ fi menu_items=() FORMAT="%-10s %-15s %-10s" -TAGS="community-script|proxmox-helper-scripts" +TAGS="${var_tags:-community-script|proxmox-helper-scripts}" while read -r container; do container_id=$(echo $container | awk '{print $1}')