From 3663f9c4f38fd76d581683ac29c161511b8b129e Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 25 Jun 2025 07:53:46 -0500 Subject: [PATCH] updated client/server for video --- scripts/install-server.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install-server.sh b/scripts/install-server.sh index 0c23203..f21f2b8 100755 --- a/scripts/install-server.sh +++ b/scripts/install-server.sh @@ -37,6 +37,8 @@ mapfile -t TAGS < <( # extract the stable port token (ID_PATH_TAG=…) udevadm info -q property -n "$v" | awk -F= '/^ID_PATH_TAG=/{print $2}' + else + echo "GC311 not on $v" fi done | sort )