From 7195cee63351fb6ac2f7b04c11c57351ce05093a Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Mon, 9 Mar 2020 16:58:06 +0100 Subject: [PATCH] Changed to 'openssl help' --- check_imap_starttls.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_imap_starttls.sh b/check_imap_starttls.sh index 9bf1c84..9b53f85 100755 --- a/check_imap_starttls.sh +++ b/check_imap_starttls.sh @@ -78,7 +78,7 @@ EOT } # Test if openssl is installed -openssl -h 2> /dev/null +openssl help 2> /dev/null if [ $? != 0 ]; then echo "There is a problem with your OpenSSL program" exit $STATE_UNKNOWN