mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-22 13:24:32 +02:00
Added missing space
This commit is contained in:
parent
6a0417da8b
commit
508cf7ac71
@ -226,7 +226,7 @@
|
|||||||
if [ -f /etc/ld.so.preload ]; then
|
if [ -f /etc/ld.so.preload ]; then
|
||||||
logtext "Result: found /etc/ld.so.preload, testing if snoopy.so is listed"
|
logtext "Result: found /etc/ld.so.preload, testing if snoopy.so is listed"
|
||||||
FIND=`grep ${FILE} /etc/ld.so.preload`
|
FIND=`grep ${FILE} /etc/ld.so.preload`
|
||||||
if [ !"${FIND}" = "" ]; then
|
if [ ! "${FIND}" = "" ]; then
|
||||||
logtext "Result: found snoopy in ld.so.preload"
|
logtext "Result: found snoopy in ld.so.preload"
|
||||||
logtext "Output: ${FIND}"
|
logtext "Output: ${FIND}"
|
||||||
Display --indent 6 --text "- Library in ld.so.preload" --result "LOADED" --color GREEN
|
Display --indent 6 --text "- Library in ld.so.preload" --result "LOADED" --color GREEN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user