Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lynis
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-09-10 22:04:50 +0300
committermboelen <michael@cisofy.com>2015-09-10 22:04:50 +0300
commit81e0dfcb66152e8bbe35c7722cf4a61c12fb6748 (patch)
treeb2ce234344be882318fb770b2e53bf6d970e6530 /lynis
parentb43bf179546c6465fbbd988ea16c55c8ed8a3831 (diff)
Add tool tips
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis3
1 files changed, 3 insertions, 0 deletions
diff --git a/lynis b/lynis
index 99dfb04b..1266b9dd 100755
--- a/lynis
+++ b/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}"