Add tool tips

This commit is contained in:
mboelen 2015-09-10 21:04:50 +02:00
parent b43bf17954
commit 81e0dfcb66
1 changed files with 3 additions and 0 deletions

3
lynis
View File

@ -809,6 +809,9 @@
# Show report
if [ -f ${INCLUDEDIR}/report ]; then SafePerms ${INCLUDEDIR}/report; . ${INCLUDEDIR}/report; fi
# Show tool tips
if [ -f ${INCLUDEDIR}/hints_tips ]; then SafePerms ${INCLUDEDIR}/hints_tips; . ${INCLUDEDIR}/hints_tips; fi
logtext "================================================================================"
logtext "Tests performed: ${CTESTS_PERFORMED}"
logtext "Total tests: ${TOTAL_TESTS}"