From 9e8908ce850e2380676b737c6f108cf5c34d697f Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Fri, 17 Jun 2016 05:07:35 +0200 Subject: [PATCH] Change 'exit 3' to 'exit ' --- 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 0b488e7..9bf1c84 100755 --- a/check_imap_starttls.sh +++ b/check_imap_starttls.sh @@ -81,7 +81,7 @@ EOT openssl -h 2> /dev/null if [ $? != 0 ]; then echo "There is a problem with your OpenSSL program" - exit 3 + exit $STATE_UNKNOWN fi