Skip to content

Commit

Permalink
Merge pull request #8 from DaanSelen/dev
Browse files Browse the repository at this point in the history
Removed wireless class.
  • Loading branch information
DaanSelen authored Dec 18, 2024
2 parents cea6612 + 3681a01 commit 417dff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntos/credcon/credcon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ list_usb_devices() {
while read -r id; do
usb_ids_map["$id"]=1
done < <(lsusb -tv | awk '
/Mass Storage|Wireless/ {
/Mass Storage/ {
getline
if ($0 ~ /ID/) {
sub(/.*ID /, "", $0)
Expand Down

0 comments on commit 417dff5

Please sign in to comment.