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>2020-08-04 10:39:05 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2020-08-04 10:39:05 +0300
commitc0ddfd0f77ac0ae57e20fda65a1fa06d79e70284 (patch)
tree18d3eab6149bd0035e013868fdd4289c00da2c82 /lynis
parent65cc4daa57f873368c2933a53ec8fb619c7a4c16 (diff)
Changed suggestion text for 4+ months old version
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis2
1 files changed, 1 insertions, 1 deletions
diff --git a/lynis b/lynis
index 10f736c5..963e6b0d 100755
--- a/lynis
+++ b/lynis
@@ -778,7 +778,7 @@ ${NORMAL}
if [ ${NOW} -gt ${RELEASE_PLUS_TIMEDIFF} ]; then
# Show if release is old, only if we didn't show it with normal update check
if [ ${UPDATE_AVAILABLE} -eq 0 ]; then
- ReportSuggestion "LYNIS" "This release is more than 4 months old. Consider upgrading"
+ ReportSuggestion "LYNIS" "This release is more than 4 months old. Check the website or GitHub to see if there is an update available."
fi
OLD_RELEASE=1
fi