This commit is contained in:
paukstelis
2021-07-03 17:54:30 -04:00
parent 11c1c119eb
commit bc8af9055b
2 changed files with 33 additions and 16 deletions

View File

@@ -10,5 +10,8 @@ while [[ -z "$UDEV" ]] && [[ $counter -lt 30 ]]; do
if [ -n "$TEMPUSB" ]; then
echo $TEMPUSB
fi
if [ -n "$UDEV" ]; then
echo "Serial Number detected: $UDEV"
fi
done