From 4f4b25b6f124922e5267efb471f9cd32b501b778 Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Thu, 2 Mar 2017 20:11:35 +0100 Subject: [PATCH] correction menu header default shell --- lib/util-base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util-base.sh b/lib/util-base.sh index a0b35d1..37b7c4c 100644 --- a/lib/util-base.sh +++ b/lib/util-base.sh @@ -483,7 +483,7 @@ create_new_user() { USER=$(cat ${ANSWER}) done - DIALOG "_DefShell" --radiolist "\n\n$_UseSpaceBar" 0 0 3 \ + DIALOG "$_DefShell" --radiolist "\n\n$_UseSpaceBar" 0 0 3 \ "zsh" "" on \ "bash" "" off \ "fish" "" off 2>/tmp/.shell