spelling mistake in mount
This commit is contained in:
parent
18a231e971
commit
e9c27d7800
@ -9,7 +9,7 @@ do
|
|||||||
echo "2) Unmount All"
|
echo "2) Unmount All"
|
||||||
echo
|
echo
|
||||||
echo "0) Exit"
|
echo "0) Exit"
|
||||||
read -rt 120 -p "Unmount All Please type a number: " selection || { echo -e "\nFailed to make a selection in time" ; exit; }
|
read -rt 120 -p "Please type a number: " selection || { echo -e "\nFailed to make a selection in time" ; exit; }
|
||||||
case $selection in
|
case $selection in
|
||||||
0)
|
0)
|
||||||
echo "Exiting.."
|
echo "Exiting.."
|
||||||
|
Loading…
Reference in New Issue
Block a user