mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Properly log as binary
This commit is contained in:
parent
b9c7a2857e
commit
ccf849f214
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
|||
if [ ${SYMLINK} -eq 0 ]; then
|
||||
logtext "Binary: ${ASBINARY} (world executable: ${FileIsWorldExecutable})"
|
||||
else
|
||||
logtext "Binary: ${GCCBINARY} (symlinked to: ${sFILE}) (world executable: ${FileIsWorldExecutable})"
|
||||
logtext "Binary: ${ASBINARY} (symlinked to: ${sFILE}) (world executable: ${FileIsWorldExecutable})"
|
||||
fi
|
||||
if [ ${FileIsWorldExecutable} = "TRUE" ]; then
|
||||
AddHP 2 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue