mirror of https://gitlab.com/dabruh/dotfiles.git
Fix typo.
This commit is contained in:
parent
823ddd6005
commit
f0082f348e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue