From 622dd597cce24f2d27a55c47f0988bad299eb525 Mon Sep 17 00:00:00 2001 From: VR-25 <28943176+VR-25@users.noreply.github.com> Date: Fri, 29 Jul 2022 20:28:08 +0100 Subject: [PATCH] [Wizard] change "exit" option from "g" to "z" --- install/wizard.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/wizard.sh b/install/wizard.sh index 7fe52d8..0818f48 100644 --- a/install/wizard.sh +++ b/install/wizard.sh @@ -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 @@ -135,7 +135,7 @@ g) $(print_exit) rollback ;; - g) + z) exit 0 ;;