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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-10-27 10:19:37 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-10-27 10:19:37 +0300
commit5488c6fc4b4f5a599622587edc13f741dacdd7fc (patch)
tree19e0819dcc0f2a11e06f8ab666ec262a74788d68
parent0d66aec62c76c3ce120cdd9de36bb7249e929b0b (diff)
Missing exclamation mark
-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