Wrong SC code.

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2018-01-03 20:39:09 -06:00
parent fefee6aa9f
commit dcc79b2319

View File

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