mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +02:00
Corrected file location for tips
This commit is contained in:
parent
95c11f8270
commit
f828a06bec
2
lynis
2
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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user