Serial number parsing already fixed in issue #2

The serial number parsing was updated in commit 90055be to use
'cut -d: -f2 | xargs' which captures the full serial including
spaces, instead of 'awk {print $3}' which only got the first word.

Fixes: #6

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-05 11:27:04 -05:00
parent 16d9280a38
commit b3cf164cc7

Diff Content Not Available