From 9f5df95656cb0e2fe8e52f6c65581917a6461b1b Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Tue, 14 Mar 2017 02:53:29 +0100 Subject: [PATCH] fix a dialog header --- 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 1830912..e45e0df 100644 --- a/lib/util-base.sh +++ b/lib/util-base.sh @@ -683,7 +683,7 @@ create_new_user() { done shell="" - DIALOG " _NUsrTitle " --radiolist "\n$_DefShell\n$_UseSpaceBar\n " 0 0 3 \ + DIALOG " $_NUsrTitle " --radiolist "\n$_DefShell\n$_UseSpaceBar\n " 0 0 3 \ "zsh" "-" on \ "bash" "-" off \ "fish" "-" off 2>/tmp/.shell