mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-20 03:40:17 +00:00
Corrected Variable DupeCNChooseOptions line 801
Changed from DCNChooseOptions to match DupeCNChooseOptions on line 799
This commit is contained in:
parent
56379d37db
commit
869ed57d1c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
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
|
DupeCNChooseOptions=(Per-Device "" on
|
||||||
Per-Client "" off)
|
Per-Client "" off)
|
||||||
if DupeCNchoices=$("${DupeCNCmd[@]}" "${DCNChooseOptions[@]}" 2>&1 >/dev/tty)
|
if DupeCNchoices=$("${DupeCNCmd[@]}" "${DupeCNChooseOptions[@]}" 2>&1 >/dev/tty)
|
||||||
then
|
then
|
||||||
case ${DupeCNchoices} in
|
case ${DupeCNchoices} in
|
||||||
Per-Device)
|
Per-Device)
|
||||||
|
|
Loading…
Reference in a new issue