From dea29605e096e15678b86ffb530164c696ced958 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 15 Jun 2023 21:39:30 +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 7a48d7ee6..7e5ca10dd 100644 --- a/usr/lib/archboot/installer/base.sh +++ b/usr/lib/archboot/installer/base.sh @@ -339,7 +339,7 @@ _mainmenu() { exit 0 elif [[ "${_ANSWER}" == "2" ]]; then reboot - elif "[[ ${_ANSWER}" == "3" ]]; then + elif [[ "${_ANSWER}" == "3" ]]; then poweroff fi ;;