Skip to content

Commit

Permalink
fix(makeovpn): Fix wrong export
Browse files Browse the repository at this point in the history
add missing "=" keynoPASS export
  • Loading branch information
coolapso committed Aug 25, 2022
1 parent 9485852 commit 86d4949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/openvpn/makeOVPN.sh
Expand Up @@ -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
}
Expand Down

0 comments on commit 86d4949

Please sign in to comment.