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
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2019-03-14 16:15:59 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-03-14 16:15:59 +0300
commit89782f1e9835b319b67cd0231d574e3081dd32cf (patch)
tree5f5541beffee2b57db0ff4252e256eeafaa59844 /include/tool_tips
parentdac92d27bb6dcec4f11b922786e4bbc60f0fb19e (diff)
Add logging status of tool tips
Diffstat (limited to 'include/tool_tips')
-rw-r--r--include/tool_tips5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/tool_tips b/include/tool_tips
index 343a943c..bf529ca2 100644
--- a/include/tool_tips
+++ b/include/tool_tips
@@ -26,6 +26,7 @@
# Only show tips when enabled
if [ ${SHOW_TOOL_TIPS} -eq 1 ]; then
+ LogText "Tool tips: enabled"
# * Regular security auditing
#
# If package is installed, then suggest users to schedule the audit daily
@@ -56,6 +57,10 @@
# fi
# done
#fi
+
+ else
+ LogText "Tool tips: enabled"
+
fi