diff --git a/functions/menu.sh b/functions/menu.sh index 76276bf7..7fef071d 100644 --- a/functions/menu.sh +++ b/functions/menu.sh @@ -64,7 +64,7 @@ menu(){ read -rt 600 -p "Please type the number associated with the flag above: " current_selection if [[ $current_selection == 0 ]]; then exec bash "$script_name" "${update_selection[@]}" - + exit else update_selection+=("$current_selection") fi