mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +02:00
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…
x
Reference in New Issue
Block a user