Change 'exit 3' to 'exit '
This commit is contained in:
@@ -81,7 +81,7 @@ EOT
|
|||||||
openssl -h 2> /dev/null
|
openssl -h 2> /dev/null
|
||||||
if [ $? != 0 ]; then
|
if [ $? != 0 ]; then
|
||||||
echo "There is a problem with your OpenSSL program"
|
echo "There is a problem with your OpenSSL program"
|
||||||
exit 3
|
exit $STATE_UNKNOWN
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user