From 388aa0396e5e1e6a09277b91d19f21a65b4fb55b Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Mon, 28 Mar 2022 22:57:51 +0100 Subject: [PATCH] Declare 'vars_file' without use This is a deliberate misuse of shellcheck: Reminder to fix PKI/vars. Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 93ac276..9cd0a4d 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -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'