[HRDN-7230] extended test and style change

This commit is contained in:
Michael Boelen 2016-08-13 09:30:16 +02:00
parent 889a57fc03
commit 4eafdb6c85
1 changed files with 2 additions and 2 deletions

View File

@ -103,10 +103,10 @@
LogText "Result: found at least one malware scanner"
Display --indent 4 --text "- Installed malware scanner" --result "${STATUS_FOUND}" --color GREEN
AddHP 3 3
else
else
LogText "Result: no malware scanner found"
Display --indent 4 --text "- Installed malware scanner" --result "${STATUS_NOT_FOUND}" --color RED
ReportSuggestion ${TEST_NO} "Harden the system by installing at least one malware scanner, to perform periodic file system scans"
ReportSuggestion ${TEST_NO} "Harden the system by installing at least one malware scanner, to perform periodic file system scans" "-" "Install a tool like rkhunter, chkrootkit, OSSEC"
AddHP 1 3
fi
fi