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)