Skip to content

Commit 05620f8

Browse files
authored
Merge pull request #337 from xepa/bug/key_dir_unbound_variable
Updated KEY_DIR to match new variable
2 parents 63fc931 + 08e9f1b commit 05620f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/vars-30.epp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export EASYRSA_SSL_CONF="$EASY_RSA/openssl-1.0.cnf"
3939
export EASYRSA_PKI="$EASY_RSA/keys"
4040

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

4444
# PKCS11 fixes
4545
export PKCS11_MODULE_PATH="dummy"

0 commit comments

Comments
 (0)