From e9c27d7800fb5d15772c917d7576740085923cdd Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Sat, 30 Jul 2022 17:08:57 -0600 Subject: [PATCH] spelling mistake in mount --- functions/mount.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mount.sh b/functions/mount.sh index ba2a1955..26198633 100644 --- a/functions/mount.sh +++ b/functions/mount.sh @@ -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.."