Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/tests_hardening2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_hardening b/include/tests_hardening
index 14a83074..25f227a2 100644
--- a/include/tests_hardening
+++ b/include/tests_hardening
@@ -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