test
This commit is contained in:
parent
eab21168b3
commit
ad20acf844
@ -64,7 +64,7 @@ menu(){
|
|||||||
read -rt 600 -p "Please type the number associated with the flag above: " current_selection
|
read -rt 600 -p "Please type the number associated with the flag above: " current_selection
|
||||||
if [[ $current_selection == 0 ]]; then
|
if [[ $current_selection == 0 ]]; then
|
||||||
exec bash "$script_name" "${update_selection[@]}"
|
exec bash "$script_name" "${update_selection[@]}"
|
||||||
|
exit
|
||||||
else
|
else
|
||||||
update_selection+=("$current_selection")
|
update_selection+=("$current_selection")
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user