diff --git a/functions/menu.sh b/functions/menu.sh index e15fbe31..fbd46c27 100644 --- a/functions/menu.sh +++ b/functions/menu.sh @@ -97,7 +97,7 @@ case $selection in exit else echo "$current_selection was not an option, try again" - exit + continue fi done while true