Added missing space

This commit is contained in:
mboelen 2015-04-29 19:58:13 +02:00
parent 6a0417da8b
commit 508cf7ac71
1 changed files with 1 additions and 1 deletions

View File

@ -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