mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Use ReportException function
This commit is contained in:
parent
26241de6a4
commit
64d3464543
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue