From fefee6aa9fedd53b2288445d62336154a9d5570c Mon Sep 17 00:00:00 2001 From: Eric F Crist Date: Wed, 3 Jan 2018 20:36:14 -0600 Subject: [PATCH] additional automation Signed-off-by: Eric F Crist --- easyrsa3/easyrsa | 2 +- op_test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index c3f5eba..10ed1e7 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -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" diff --git a/op_test.sh b/op_test.sh index fa9f5bd..9675fff 100644 --- a/op_test.sh +++ b/op_test.sh @@ -3,4 +3,4 @@ # Runs some basic operational testing cd easyrsa3 || exit 1 -sh -x easyrsa init-pki --batch +sh -x easyrsa init-pki