Skip to content

Commit

Permalink
Merge pull request #71 from borpin/patch-2
Browse files Browse the repository at this point in the history
Add sdd and sde to list of drives to scan
  • Loading branch information
TrystanLea authored Nov 16, 2023
2 parents 739c356 + 4429b25 commit 7c00b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usb-import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fi
disk=false

echo "Scanning for USB card reader:"
for diskname in 'sda' 'sdb' 'sdc'
for diskname in 'sda' 'sdb' 'sdc' 'sdd' 'sde'
do
if [ $disk == false ]; then
disk_id=$(find /dev/disk/by-id/ -lname "*$diskname")
Expand Down

0 comments on commit 7c00b96

Please sign in to comment.