Skip to content

Commit

Permalink
ShellCheck fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Nov 27, 2023
1 parent a3c340b commit 7f0a507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_ssl_cert
Original file line number Diff line number Diff line change
Expand Up @@ -5247,7 +5247,7 @@ main() {
SERVERNAME=

if ${OPENSSL} version | grep -q -F 'LibreSSL' &&
[ ${HOST_IS_IP} -eq 1 ] ; then
[ "${HOST_IS_IP}" -eq 1 ] ; then

verboselog 'LibreSSL does not support IP addresses as "servername" disabling virtual server support'

Expand Down

0 comments on commit 7f0a507

Please sign in to comment.