mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-28 00:04:16 +02:00
Changed suggestion text for 4+ months old version
This commit is contained in:
parent
65cc4daa57
commit
c0ddfd0f77
2
lynis
2
lynis
@ -778,7 +778,7 @@ ${NORMAL}
|
|||||||
if [ ${NOW} -gt ${RELEASE_PLUS_TIMEDIFF} ]; then
|
if [ ${NOW} -gt ${RELEASE_PLUS_TIMEDIFF} ]; then
|
||||||
# Show if release is old, only if we didn't show it with normal update check
|
# Show if release is old, only if we didn't show it with normal update check
|
||||||
if [ ${UPDATE_AVAILABLE} -eq 0 ]; then
|
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
|
fi
|
||||||
OLD_RELEASE=1
|
OLD_RELEASE=1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user