Improved logging

This commit is contained in:
Michael Boelen 2016-10-15 15:38:06 +02:00
parent b936f3b05b
commit d0d76c44cb
1 changed files with 1 additions and 1 deletions

View File

@ -620,7 +620,7 @@
if [ -f /var/db/pkg/pkgs-vulnerabilities ]; then
FIND=`/usr/sbin/pkg_admin audit`
if [ "${FIND}" = "" ]; then
LogText "Result: pkg audit results are clean"
LogText "Result: pkg_admin audit results are clean"
Display --indent 2 --text "- Checking pkg_admin audit to obtain vulnerable packages" --result "${STATUS_NONE}" --color GREEN
AddHP 10 10
else