Changed to 'openssl help'

This commit is contained in:
2020-03-09 16:58:06 +01:00
parent 9e8908ce85
commit 7195cee633

View File

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