From e794d71be9318e95619230842363909ee2aebb2c Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Tue, 26 Jul 2022 22:50:32 -0600 Subject: [PATCH] fix --- functions/menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/menu.sh b/functions/menu.sh index fbd46c27..a5fa27f8 100644 --- a/functions/menu.sh +++ b/functions/menu.sh @@ -96,7 +96,7 @@ case $selection in echo "Exiting.." exit else - echo "$current_selection was not an option, try again" + echo "$current_selection was not an option, try again" && sleep 5 continue fi done