mirror of https://github.com/CISOfy/lynis.git
Don't require sha1sum AND openssl AND csum, but just one of them to exist
This commit is contained in:
parent
a6ef89aa63
commit
bdf8347162
|
@ -350,7 +350,7 @@
|
|||
{
|
||||
HOSTID="-"
|
||||
FIND=""
|
||||
if [ ! "${SHA1SUMBINARY}" = "" -a ! "${OPENSSLBINARY}" = "" -a ! "${CSUMBINARY}" = "" ]; then
|
||||
if [ ! "${SHA1SUMBINARY}" = "" -o ! "${OPENSSLBINARY}" = "" -o ! "${CSUMBINARY}" = "" ]; then
|
||||
|
||||
case "${OS}" in
|
||||
|
||||
|
|
Loading…
Reference in New Issue