additional automation

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2018-01-03 20:36:14 -06:00
parent 7370b01a91
commit fefee6aa9f
2 changed files with 2 additions and 2 deletions

View File

@ -1063,7 +1063,7 @@ vars_setup() {
if [ -z "$EASYRSA_NO_VARS" ] && [ -n "$vars" ]; then
#shellcheck disable=SC2034
EASYRSA_CALLER=1
# shellcheck source=easyrsa3/vars.example
# shellcheck disable=SC1091
. "$vars"
notice "\
Note: using Easy-RSA configuration from: $vars"

View File

@ -3,4 +3,4 @@
# Runs some basic operational testing
cd easyrsa3 || exit 1
sh -x easyrsa init-pki --batch
sh -x easyrsa init-pki