mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-04-25 18:48:11 +02:00
Fix typo.
This commit is contained in:
parent
823ddd6005
commit
f0082f348e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue