mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-28 16:24:13 +02:00
Add logging status of tool tips
This commit is contained in:
parent
dac92d27bb
commit
89782f1e98
@ -26,6 +26,7 @@
|
|||||||
# Only show tips when enabled
|
# Only show tips when enabled
|
||||||
if [ ${SHOW_TOOL_TIPS} -eq 1 ]; then
|
if [ ${SHOW_TOOL_TIPS} -eq 1 ]; then
|
||||||
|
|
||||||
|
LogText "Tool tips: enabled"
|
||||||
# * Regular security auditing
|
# * Regular security auditing
|
||||||
#
|
#
|
||||||
# If package is installed, then suggest users to schedule the audit daily
|
# If package is installed, then suggest users to schedule the audit daily
|
||||||
@ -56,6 +57,10 @@
|
|||||||
# fi
|
# fi
|
||||||
# done
|
# done
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
|
else
|
||||||
|
LogText "Tool tips: enabled"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user