spelling mistake in mount

This commit is contained in:
Heavybullets8 2022-07-30 17:08:57 -06:00
parent 18a231e971
commit e9c27d7800

View File

@ -9,7 +9,7 @@ do
echo "2) Unmount All"
echo
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
0)
echo "Exiting.."