Update tools/pve/update-apps.sh

Co-authored-by: Chris <punk.sand7393@fastmail.com>
This commit is contained in:
CanbiZ (MickLesk)
2026-02-05 19:53:48 +01:00
committed by GitHub
parent 9311cdabc1
commit d3b75f80cd

View File

@@ -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"