wrimg: add more block devices to search

This commit is contained in:
Konsta
2025-06-04 01:23:48 +03:00
parent 0eacc6e521
commit 872f2d93ff

View File

@@ -41,7 +41,7 @@ check_device() {
}
find_device() {
for SDX in "sda" "sdb" "sdc" "sdd"; do
for SDX in "sda" "sdb" "sdc" "sdd" "sde" "sdf"; do
check_device ${SDX}
if [ $? == "0" ]; then
break