build-ca: Remove unnecessary 'shellcheck' directive

shellcheck is a great tool but it must still be used with respect.

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2023-05-10 01:07:50 +01:00
parent e5643386b8
commit ead015aab1
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -1733,7 +1733,6 @@ build_ca: CA key password created via temp-files"
fi
# Generate the CA keypair:
# shellcheck disable=SC2086 # Double quote to prevent ..
if [ "$CA_key_pass" ]; then
if easyrsa_openssl req -utf8 -new \
-key "$out_key_tmp" -keyout "$out_key_tmp" \