Changed suggestion text for 4+ months old version

This commit is contained in:
Michael Boelen 2020-08-04 09:39:05 +02:00
parent 65cc4daa57
commit c0ddfd0f77
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04

2
lynis
View File

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