mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Added missing space
This commit is contained in:
parent
6a0417da8b
commit
508cf7ac71
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@
|
|||
if [ -f /etc/ld.so.preload ]; then
|
||||
logtext "Result: found /etc/ld.so.preload, testing if snoopy.so is listed"
|
||||
FIND=`grep ${FILE} /etc/ld.so.preload`
|
||||
if [ !"${FIND}" = "" ]; then
|
||||
if [ ! "${FIND}" = "" ]; then
|
||||
logtext "Result: found snoopy in ld.so.preload"
|
||||
logtext "Output: ${FIND}"
|
||||
Display --indent 6 --text "- Library in ld.so.preload" --result "LOADED" --color GREEN
|
||||
|
|
|
|||
Loading…
Reference in a new issue