Corrected Variable DupeCNChooseOptions line 801

Changed from DCNChooseOptions to match DupeCNChooseOptions on line 799
This commit is contained in:
justinamcafee 2018-03-09 13:14:14 -06:00 committed by GitHub
parent 56379d37db
commit 869ed57d1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)