From 51344196cabcd4e79e9bc817a4c87e46905aee51 Mon Sep 17 00:00:00 2001 From: Eric F Crist Date: Wed, 16 Jan 2019 16:15:04 -0600 Subject: [PATCH] Add some shellcheck exclusions. Signed-off-by: Eric F Crist --- easyrsa3/easyrsa | 2 ++ 1 file changed, 2 insertions(+) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 49b0eb0..cf900d1 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -881,6 +881,7 @@ at: $crt_in" # make safessl-easyrsa.cnf make_ssl_config + # shellcheck disable=SC2086 "$EASYRSA_OPENSSL" ca -utf8 -revoke "$crt_in" -config "$EASYRSA_SAFE_CONF" $opts || die "\ Failed to revoke certificate: revocation command failed." @@ -940,6 +941,7 @@ input in file: $req_in" fi # move the rest of the files (p12, p7, ...) + # shellcheck disable=SC2231 for file in $EASYRSA_PKI/private/$1\.??? do # get file extension