From 89782f1e9835b319b67cd0231d574e3081dd32cf Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 14 Mar 2019 14:15:59 +0100 Subject: Add logging status of tool tips --- include/tool_tips | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3