mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 07:44:14 +02:00
Add tool tips
This commit is contained in:
parent
b43bf17954
commit
81e0dfcb66
3
lynis
3
lynis
@ -809,6 +809,9 @@
|
|||||||
# Show report
|
# Show report
|
||||||
if [ -f ${INCLUDEDIR}/report ]; then SafePerms ${INCLUDEDIR}/report; . ${INCLUDEDIR}/report; fi
|
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 "================================================================================"
|
||||||
logtext "Tests performed: ${CTESTS_PERFORMED}"
|
logtext "Tests performed: ${CTESTS_PERFORMED}"
|
||||||
logtext "Total tests: ${TOTAL_TESTS}"
|
logtext "Total tests: ${TOTAL_TESTS}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user