Missing exclamation mark

This commit is contained in:
Michael Boelen 2016-10-27 09:19:37 +02:00
parent 0d66aec62c
commit 5488c6fc4b
1 changed files with 1 additions and 1 deletions

View File

@ -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