Add logging status of tool tips

This commit is contained in:
Michael Boelen 2019-03-14 14:15:59 +01:00
parent dac92d27bb
commit 89782f1e98
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 5 additions and 0 deletions

View File

@ -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