Remove tool tips section from report

This commit is contained in:
mboelen 2015-09-10 21:04:18 +02:00
parent 28d9a49a5f
commit b43bf17954
1 changed files with 0 additions and 10 deletions

View File

@ -224,16 +224,6 @@
echo "================================================================================"
fi
if [ ${SHOW_TOOL_TIPS} -eq 1 ]; then
echo " Tip: Disable all tests which are not relevant or are too strict for the"
echo " purpose of this particular machine. This will remove unwanted suggestions"
echo " and also boost the hardening index. Each test should be properly analyzed"
echo " to see if the related risks can be accepted, before disabling the test."
echo "================================================================================"
fi
echo ""; echo ""
fi