From d3b75f80cd3ddc318ec026b79fa8a1f542aa6386 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 5 Feb 2026 19:53:48 +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 bd78d2629..3fc2d403a 100644 --- a/tools/pve/update-apps.sh +++ b/tools/pve/update-apps.sh @@ -238,7 +238,7 @@ if [[ -n "$var_container" ]]; then esac if [[ -z "$CHOICE" ]]; then - msg_error "No containers matched the selection criteria: $var_container" + msg_error "No containers matched the selection criteria: $var_container ${var_tags:-community-script|proxmox-helper-scripts}" exit 1 fi msg_ok "Selected containers: $CHOICE"