Change 'exit 3' to 'exit '

This commit is contained in:
2016-06-17 05:07:35 +02:00
parent 57d9d4cb8d
commit 9e8908ce85

View File

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