mirror of https://github.com/CISOfy/lynis.git
Missing exclamation mark
This commit is contained in:
parent
0d66aec62c
commit
5488c6fc4b
|
@ -341,7 +341,7 @@
|
|||
else
|
||||
Display --indent 2 --text "- Query system users (non daemons)" --result "${STATUS_DONE}" --color GREEN
|
||||
for I in ${FIND}; do
|
||||
if [ -z "${I}" ]; then
|
||||
if [ ! -z "${I}" ]; then
|
||||
LogText "Real user: ${I}"
|
||||
Report "real_user[]=${I}"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue