From 869ed57d1ccf7c7c40601e1a027f96ea0941da0e Mon Sep 17 00:00:00 2001 From: justinamcafee Date: Fri, 9 Mar 2018 13:14:14 -0600 Subject: [PATCH] Corrected Variable DupeCNChooseOptions line 801 Changed from DCNChooseOptions to match DupeCNChooseOptions on line 799 --- auto_install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_install/install.sh b/auto_install/install.sh index a1ca4fe..1fd890e 100755 --- a/auto_install/install.sh +++ b/auto_install/install.sh @@ -798,7 +798,7 @@ setOptDuplicate() { DupeCNCmd=(whiptail --separate-output --radiolist "Will certificates be distributed on a per-client or per-device[recommended] basis?" ${r} ${c} 6) DupeCNChooseOptions=(Per-Device "" on Per-Client "" off) - if DupeCNchoices=$("${DupeCNCmd[@]}" "${DCNChooseOptions[@]}" 2>&1 >/dev/tty) + if DupeCNchoices=$("${DupeCNCmd[@]}" "${DupeCNChooseOptions[@]}" 2>&1 >/dev/tty) then case ${DupeCNchoices} in Per-Device)