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