From 0acb8bdd1710fe6a21dd1e49050238527013be74 Mon Sep 17 00:00:00 2001 From: Richard Bonhomme Date: Mon, 10 Jun 2019 20:34:28 +0100 Subject: [PATCH] Silence shellcheck Signed-off-by: Richard Bonhomme --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 857e8ef..f881202 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -849,7 +849,7 @@ $(display_dn req "$req_in") # If type is server and no subjectAltName was requested, # add one to the extensions file - if [ "$crt_type" = 'server' -o "$crt_type" = 'serverClient' ]; + if [ "$crt_type" = 'server' ] || [ "$crt_type" = 'serverClient' ]; then echo "$EASYRSA_EXTRA_EXTS" | grep -q subjectAltName ||