From 5488c6fc4b4f5a599622587edc13f741dacdd7fc Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 27 Oct 2016 09:19:37 +0200 Subject: Missing exclamation mark --- include/tests_authentication | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3