From fb57050980536ee2317ba1e3997a9ea44a2b393e Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 5 Jun 2024 09:52:59 +0200 Subject: [PATCH] user menu navigation --- usr/lib/archboot/installer/configuration.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/lib/archboot/installer/configuration.sh b/usr/lib/archboot/installer/configuration.sh index af3960e30..bca2d8f7e 100644 --- a/usr/lib/archboot/installer/configuration.sh +++ b/usr/lib/archboot/installer/configuration.sh @@ -121,6 +121,7 @@ _user_management() { "2" "Create User" \ "3" "Modify User" \ "<" "Return to System Configuration" 2>"${_ANSWER}" || break + _NEXTITEM="$(cat "${_ANSWER}")" case $(cat "${_ANSWER}") in "1") _dialog --title " Default Shell " --no-cancel --menu "" 8 45 2 \ "BASH" "Standard Shell" \