updated client/server for video

This commit is contained in:
Brad Stein 2025-06-25 07:53:46 -05:00
parent 09ddb37b28
commit 3663f9c4f3

View File

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