Updated select block

This commit is contained in:
Derek 2020-08-16 13:43:59 -04:00
parent 6ef2102af9
commit 17c43881b8
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ select opt in "${options[@]}" "Quit"; do
1 ) board="nice_nano"; break;;
2 ) board="proton_c"; break;;
3 ) board="BlueMicro52840 (v1)"; break;;
$(( ${#options[@]}+1 )) ) echo "Goodbye!"; exit;;
*) echo "Invalid option. Try another one.";continue;;