From 5526716b84af12adbccf9b3fcfa15a2f0f7f6b8c Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 15 Jun 2023 21:36:06 +0200 Subject: [PATCH] add end dialog on setup leaving --- 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 47c26bc19..3002e4fb9 100644 --- a/usr/lib/archboot/installer/base.sh +++ b/usr/lib/archboot/installer/base.sh @@ -321,7 +321,7 @@ _mainmenu() { "7") _install_bootloader ;; "8") - dialog ${_DEFAULT} --menu " EXIT PROGRAM " --menu 11 58 8 \ + dialog ${_DEFAULT} --menu " EXIT PROGRAM " 11 58 8 \ "1" "Exit Program" \ "2" "Reboot System" \ "3" "Poweroff System" 2>${_ANSWER}