From 66a138da7d379d190fcd387f87511c206213f90a Mon Sep 17 00:00:00 2001 From: sean Date: Mon, 15 Jul 2019 14:10:56 -0700 Subject: [PATCH] tweaks --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 5c7fc6b..8f8998c 100644 --- a/setup.sh +++ b/setup.sh @@ -55,7 +55,7 @@ while [ "$rootpassword" = "" ]; do done admins=`dialog --no-items --no-cancel --title "Root pool ZFS RAID" --inputbox "List administrator e-mail addresses separated by comma:" 10 40 2>&1 1>/dev/tty` a=""; for x in `timedatectl list-timezones`; do a="$a $x" ; done -timezone=`dialog --no-items --no-cancel --inputmenu "Select time zone:" $height 40 ${window}${a} 2>&1 1>/dev/tty` +timezone=`dialog --no-items --no-cancel --menu "Select time zone:" $height 40 ${window}${a} 2>&1 1>/dev/tty` #timedatectl list-timezones #timezone=`dialog --no-cancel --title "Timezone" --inputbox "Time zone:" 8 40 "America/Los_Angeles" 2>&1 1>/dev/tty`