mirror of https://github.com/CISOfy/lynis.git
Added missing space
This commit is contained in:
parent
6a0417da8b
commit
508cf7ac71
|
@ -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 New Issue