mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
mount fix
This commit is contained in:
parent
06e2feebb1
commit
dafffb1c73
@ -45,7 +45,11 @@ if [ -z "$usbdrives" ]; then
|
|||||||
mountandroid
|
mountandroid
|
||||||
else
|
else
|
||||||
echo "USB drive(s) detected."
|
echo "USB drive(s) detected."
|
||||||
[ -z "$anddrives" ] && echo "USB drive detected." && mountusb
|
if [ -z "$anddrives" ]; then
|
||||||
echo "Mountable USB drive(s) and Android device(s) detected."
|
echo "USB drive detected."
|
||||||
asktype
|
mountusb
|
||||||
|
else
|
||||||
|
echo "Mountable USB drive(s) and Android device(s) detected."
|
||||||
|
asktype
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user