Skip to content

Commit

Permalink
fixed: unused udev rules settings not always deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
kwindrem committed Sep 10, 2024
1 parent 7e7dbc6 commit 0465680
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ addUsbConfig ()
yesNoPrompt "Use that serial number (y/n)?: "
if $yesResponse ; then
serialNumber=$(echo "$dmesgInfo" | awk -F: '{print $3}' | xargs)
echo "#### serialNumber $serialNumber"
break
fi
fi
Expand Down

0 comments on commit 0465680

Please sign in to comment.