1
0
Fork 0
mirror of https://gitlab.com/dabruh/dotfiles.git synced 2025-04-25 18:48:11 +02:00

Fix typo.

This commit is contained in:
dabruh 2022-06-03 20:50:28 +02:00
parent 823ddd6005
commit f0082f348e

View file

@ -36,7 +36,7 @@ else
if [ -z "$drives" ]; then if [ -z "$drives" ]; then
echo "Unmountable Android device detected." echo "Unmountable Android device detected."
unmountandroid unmountandroid
else< else
echo "Unmountable USB drive(s) and Android device(s) detected." echo "Unmountable USB drive(s) and Android device(s) detected."
asktype asktype
fi fi