Declare 'vars_file' without use

This is a deliberate misuse of shellcheck: Reminder to fix PKI/vars.

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-03-28 22:57:51 +01:00
parent a8a2171716
commit 388aa0396e
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -609,7 +609,7 @@ install_data_to_pki () {
# Copying 'vars' to the PKI is complicated, code is included but DISABLED.
# Set required sources
#vars_file='vars'
vars_file='vars'
vars_file_example='vars.example'
ssl_cnf_file='openssl-easyrsa.cnf'
x509_types_dir='x509-types'