Skip to content

Commit

Permalink
[Wizard] change "exit" option from "g" to "z"
Browse files Browse the repository at this point in the history
  • Loading branch information
VR-25 committed Jul 29, 2022
1 parent a8378b0 commit 622dd59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/wizard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ c) $(print_update)
d) $(print_flash_zips)
e) $(print_i)
f) $(print_undo)
g) $(print_exit)
z) $(print_exit)
#? "
read -n 1 choice
Expand Down Expand Up @@ -135,7 +135,7 @@ g) $(print_exit)
rollback
;;

g)
z)
exit 0
;;

Expand Down

0 comments on commit 622dd59

Please sign in to comment.