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-07-26 16:33:52 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-26 16:33:52 +0300
commit2d2398714a13ddf0e87cf1ea509cd0481aaaec33 (patch)
tree2d66cfbc4fc990551f034d5f9d0531c8316992ee /include/report
parent64075a8497cd5dd63db354e41be5af56c7035034 (diff)
More spacing in report
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