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