Skip to content

Commit

Permalink
Merge pull request #337 from xepa/bug/key_dir_unbound_variable
Browse files Browse the repository at this point in the history
Updated KEY_DIR to match new variable
  • Loading branch information
bastelfreak authored Jul 3, 2019
2 parents 63fc931 + 08e9f1b commit 05620f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/vars-30.epp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export EASYRSA_SSL_CONF="$EASY_RSA/openssl-1.0.cnf"
export EASYRSA_PKI="$EASY_RSA/keys"

# Issue rm -rf warning
echo NOTE: If you run ./clean-all, I will be doing a rm -rf on $KEY_DIR
echo NOTE: If you run ./clean-all, I will be doing a rm -rf on $EASYRSA_PKI

# PKCS11 fixes
export PKCS11_MODULE_PATH="dummy"
Expand Down

0 comments on commit 05620f8

Please sign in to comment.