Silence shellcheck

Signed-off-by: Richard Bonhomme <tincanteksup@gmail.com>
This commit is contained in:
Richard Bonhomme 2019-06-10 20:34:28 +01:00
parent 713f1d633e
commit 0acb8bdd17
No known key found for this signature in database
GPG Key ID: D7D49FA009D95091

View File

@ -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 ||