fix: Add semicolons for tidbit and eek in setup script

This commit is contained in:
Cem Aksoylar 2021-09-03 20:11:05 -07:00 committed by GitHub
parent e491c282e7
commit 2a9ab828b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ select opt in "${options[@]}" "Quit"; do
15 ) shield_title="Jorne" shield="jorne"; split="y"; break;;
16 ) shield_title="Jian" shield="jian"; split="y"; break;;
17 ) shield_title="CRBN" shield="crbn"; split="n"; break;;
18 ) shield_title="Tidbit" shield="tidbit"; split="n" break;;
19 ) shield_title="Eek!" shield="eek"; split="n" break;;
18 ) shield_title="Tidbit" shield="tidbit"; split="n"; break;;
19 ) shield_title="Eek!" shield="eek"; split="n"; break;;
20 ) shield_title="BFO-9000" shield="bfo9000"; split="y"; break;;
21 ) shield_title="Helix" shield="helix"; split="y"; break;;