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
path: root/lynis
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-07-05 19:18:54 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-05 19:18:54 +0300
commitf8bee58ade73437c9e9e176b85eb29fe290f39fb (patch)
tree9157472c6c3dd58701aba7bc6678dc2aec665f44 /lynis
parent2b2051dca7cf64cbb3caf4664eb6233426ae963e (diff)
Implement tooltips
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis2
1 files changed, 2 insertions, 0 deletions
diff --git a/lynis b/lynis
index 3e4b47b3..4dd79c2a 100755
--- a/lynis
+++ b/lynis
@@ -983,6 +983,8 @@ ${NORMAL}
LogText "Program ended successfully"
LogText "================================================================================"
+ if [ -z "${CUSTOM_PROFILE}" ]; then DisplayToolTip "Enhance ${PROGRAM_NAME} audits by adding your settings to custom.prf (see ${DEFAULT_PROFILE} for all settings)"; fi
+
# Clean exit (Delete PID file)
if [ ${TOTAL_WARNINGS} -gt 0 ]; then
# Use exit code 78 if we found any warnings (and enabled)