fix
This commit is contained in:
@ -63,7 +63,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" "${args[@]}"
|
||||
exec bash "$script_name" "${update_selection[@]}"
|
||||
|
||||
else
|
||||
update_selection+=("$current_selection")
|
||||
|
Reference in New Issue
Block a user