mirror of https://github.com/CISOfy/lynis.git
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…
Reference in New Issue