mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Missing exclamation mark
This commit is contained in:
parent
0d66aec62c
commit
5488c6fc4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue