From c0ddfd0f77ac0ae57e20fda65a1fa06d79e70284 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Tue, 4 Aug 2020 09:39:05 +0200 Subject: Changed suggestion text for 4+ months old version --- lynis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lynis') 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 -- cgit v1.2.3