Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/tests_authentication')
-rw-r--r--include/tests_authentication2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_authentication b/include/tests_authentication
index 4ba9c6d0..959da5f1 100644
--- a/include/tests_authentication
+++ b/include/tests_authentication
@@ -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