mirror of https://github.com/CISOfy/lynis.git
Use ReportException function
This commit is contained in:
parent
26241de6a4
commit
64d3464543
|
@ -492,7 +492,7 @@
|
|||
;;
|
||||
esac
|
||||
else
|
||||
report "exception[]=No SHA1/SHA1SUM/OPENSSL binaries found to create HOSTID"
|
||||
ReportException "GetHostID" "No SHA1/SHA1SUM/OPENSSL binaries found to create HOSTID"
|
||||
fi
|
||||
|
||||
# Search machine ID
|
||||
|
|
Loading…
Reference in New Issue