More spacing in report

This commit is contained in:
Michael Boelen 2016-07-26 15:33:52 +02:00
parent 64075a8497
commit 2d2398714a
1 changed files with 2 additions and 1 deletions

View File

@ -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