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:
Diffstat (limited to 'include/report')
-rw-r--r--include/report3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/report b/include/report
index af993fbf..2389053f 100644
--- a/include/report
+++ b/include/report
@@ -175,7 +175,7 @@
if [ ${IDS_IPS_TOOL_FOUND} -eq 1 ]; then IDSIPS="${GREEN}V"; else IDSIPS="${RED}X"; fi
echo " - Firewall [${FIREWALL}${NORMAL}]"
- #echo " - Integrity monitoring [${IDSIPS}${NORMAL}]""
+ #echo " - Integrity monitoring [${IDSIPS}${NORMAL}]"
#echo " - Intrusion software [${IDSIPS}${NORMAL}]"
echo " - Malware scanner [${MALWARE}${NORMAL}]"
@@ -255,6 +255,7 @@
echo " ${PROGRAM_COPYRIGHT}"
echo " ${WHITE}${PROGRAM_EXTRAINFO}${NORMAL}"
echo ""
+ echo ""
echo "================================================================================"
fi