user menu navigation

This commit is contained in:
Tobias Powalowski 2024-06-05 09:52:59 +02:00
parent 8b8b0bf4f5
commit fb57050980

View file

@ -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" \