Missing exclamation mark

This commit is contained in:
Michael Boelen 2016-10-27 09:19:37 +02:00
parent 0d66aec62c
commit 5488c6fc4b

View File

@ -341,7 +341,7 @@
else else
Display --indent 2 --text "- Query system users (non daemons)" --result "${STATUS_DONE}" --color GREEN Display --indent 2 --text "- Query system users (non daemons)" --result "${STATUS_DONE}" --color GREEN
for I in ${FIND}; do for I in ${FIND}; do
if [ -z "${I}" ]; then if [ ! -z "${I}" ]; then
LogText "Real user: ${I}" LogText "Real user: ${I}"
Report "real_user[]=${I}" Report "real_user[]=${I}"
fi fi