List ordering changed due to abandonment of adafruit
This commit is contained in:
12
start_dialog
12
start_dialog
@@ -408,9 +408,9 @@ while [ true ]; do
|
||||
|
||||
dialog --backtitle "$BT" \
|
||||
--menu "Select ID type:" 12 40 3 \
|
||||
1 "Junghackerpass" \
|
||||
2 "Bound diplomatic passport" \
|
||||
3 "Stapled diplomatic passport" \
|
||||
1 "Stapled diplomatic passport" \
|
||||
2 "Junghackerpass" \
|
||||
3 "Bound diplomatic passport" \
|
||||
9 "Logout" 2> $TMP
|
||||
|
||||
if [ $? -eq 9 ]; then
|
||||
@@ -421,11 +421,11 @@ while [ true ]; do
|
||||
|
||||
|
||||
case $TYPE in
|
||||
1) menuFor jhp
|
||||
1) menuFor stapleddipl
|
||||
;;
|
||||
2) menuFor bounddipl
|
||||
2) menuFor jhp
|
||||
;;
|
||||
3) menuFor stapleddipl
|
||||
3) menuFor bounddipl
|
||||
;;
|
||||
9) break
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user