mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Improved log output for CheckItem function
This commit is contained in:
parent
6dbeb9f6cb
commit
c257882a24
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@
|
|||
FIND=`egrep "^$1(\[\])?=" ${REPORTFILE} | egrep "$2"`
|
||||
if [ ! "${FIND}" = "" ]; then
|
||||
ITEM_FOUND=1
|
||||
logtext "Result: found string"
|
||||
logtext "Result: found search string (result: $FIND)"
|
||||
else
|
||||
logtext "Result: search string NOT found"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue