From 7d43d7c44f5441f2f6e3c8b63ecc1f3cd0c14904 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 3 Jul 2023 20:28:33 +0200 Subject: [PATCH] default to exit --- usr/lib/archboot/installer/base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/base.sh b/usr/lib/archboot/installer/base.sh index 60041b534..7ddf59488 100644 --- a/usr/lib/archboot/installer/base.sh +++ b/usr/lib/archboot/installer/base.sh @@ -333,7 +333,7 @@ _mainmenu() { _install_bootloader ;; "8") #shellcheck disable=SC2086 - dialog ${_DEFAULT} --backtitle "${_TITLE}" --title " EXIT MENU " --menu "" 9 30 5 \ + dialog ${_DEFAULT} --default-item "1" --backtitle "${_TITLE}" --title " EXIT MENU " --menu "" 9 30 5 \ "1" "Exit Program" \ "2" "Reboot System" \ "3" "Poweroff System" 2>${_ANSWER}