mirror of https://github.com/CISOfy/lynis.git
expected variable $NOW
This commit is contained in:
parent
73d43c25eb
commit
2c27a8fdce
1
lynis
1
lynis
|
@ -791,6 +791,7 @@ ${NORMAL}
|
|||
OLD_RELEASE=0
|
||||
TIME_DIFFERENCE_CHECK=10368000 # 4 months
|
||||
RELEASE_PLUS_TIMEDIFF=$((PROGRAM_RELEASE_TIMESTAMP + TIME_DIFFERENCE_CHECK))
|
||||
NOW=$(date "+%s")
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue