mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 10:50:16 +00:00
fix(makeovpn): Fix wrong export
add missing "=" keynoPASS export
This commit is contained in:
parent
9485852c2c
commit
86d4949d14
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ done
|
|||
|
||||
keynoPASS() {
|
||||
# Build the client key
|
||||
export EASYRSA_CERT_EXPIRE "${DAYS}"
|
||||
export EASYRSA_CERT_EXPIRE="${DAYS}"
|
||||
./easyrsa build-client-full "${NAME}" nopass
|
||||
cd pki || exit
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue