mirror of https://github.com/CISOfy/lynis.git
Add tool tips
This commit is contained in:
parent
b43bf17954
commit
81e0dfcb66
3
lynis
3
lynis
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue