This commit is contained in:
Heavybullets8 2022-07-26 17:01:00 -06:00
parent 366fbb0898
commit 194500bbf0

View File

@ -99,12 +99,15 @@ menu(){
echo echo
echo "0) Done making selections, proceed with update" echo "0) Done making selections, proceed with update"
echo echo
read -rt 600 -p "Please type the number associated with the flag above: " current_selection echo "Current Choices"
echo "---------------"
for i in "${update_selection[@]}" for i in "${update_selection[@]}"
do do
echo "$i" echo "$i"
done done
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 exit