From f828a06bec0e42480982feabf2c9b5087382db51 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 14 Mar 2019 10:45:08 +0100 Subject: [PATCH] Corrected file location for tips --- lynis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lynis b/lynis index c941b705..cc874a0c 100755 --- a/lynis +++ b/lynis @@ -1035,7 +1035,7 @@ ${NORMAL} 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 + if [ -f ${INCLUDEDIR}/tool_tips ]; then SafePerms ${INCLUDEDIR}/tool_tips; . ${INCLUDEDIR}/tool_tips; fi LogText "================================================================================" LogText "Tests performed: ${CTESTS_PERFORMED}"