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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-10-27 12:45:21 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-10-27 12:45:21 +0300
commit7155afa2bb005875f25b88f3447e1d7ef8e6fe7d (patch)
tree9f4ef0c60ae96425885d0a002f75caa6753ab6cb
parenta1f9f902a19721e0849a2be22287a5ef700b11e8 (diff)
Added missing space2.4.0
-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