Switch to array type for account_without_password

This commit is contained in:
Michael Boelen 2022-01-18 14:23:39 +01:00
parent 2d16c60da1
commit 28409265db
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04

View File

@ -916,7 +916,7 @@
LogText "Result: found one or more accounts without password"
for I in ${FIND2}; do
LogText "Account without password: ${I}"
Report "account_without_password=${I}"
Report "account_without_password[]=${I}"
done
Display --indent 2 --text "- Accounts without password" --result "${STATUS_WARNING}" --color RED
ReportWarning "${TEST_NO}" "Found accounts without password"