mirror of https://github.com/CISOfy/lynis.git
Added missing space
This commit is contained in:
parent
a1f9f902a1
commit
7155afa2bb
|
@ -105,7 +105,7 @@
|
|||
AddHP 3 3
|
||||
else
|
||||
LogText "Result: no malware scanner found"
|
||||
if [ "${MACHINE_ROLE}" = "personal"]; then
|
||||
if [ "${MACHINE_ROLE}" = "personal" ]; then
|
||||
Display --indent 4 --text "- Installed malware scanner" --result "${STATUS_NOT_FOUND}" --color YELLOW
|
||||
else
|
||||
Display --indent 4 --text "- Installed malware scanner" --result "${STATUS_NOT_FOUND}" --color RED
|
||||
|
|
Loading…
Reference in New Issue