From 79bb54a0edf31d449d8a104552cc14289fa8993c Mon Sep 17 00:00:00 2001 From: sean Date: Mon, 15 Jul 2019 14:08:58 -0700 Subject: [PATCH] tweaks --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 922230c..8854d00 100644 --- a/setup.sh +++ b/setup.sh @@ -54,7 +54,7 @@ while [ "$rootpassword" = "" ]; do fi 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 +a=""; for x in `timedatectl list-timezones`; do a="$a $x" ; done timezone=`dialog --no-items --inputmenu "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`