Correct a syntax error (shellcheck)
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
4922cae263
commit
d652a55088
@ -868,7 +868,7 @@ install_data_to_pki () {
|
|||||||
set_var EASYRSA_EXT_DIR "$EASYRSA_PKI/x509-types"
|
set_var EASYRSA_EXT_DIR "$EASYRSA_PKI/x509-types"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ user_vars_true ]; then
|
if [ "$user_vars_true" ]; then
|
||||||
: # ok - No PKI/vars required
|
: # ok - No PKI/vars required
|
||||||
else
|
else
|
||||||
# Create PKI/vars from PKI/example
|
# Create PKI/vars from PKI/example
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user