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
diff options
context:
space:
mode:
authorMassacre Networks <81653728+MassacreNetworks@users.noreply.github.com>2022-09-24 19:11:40 +0300
committerGitHub <noreply@github.com>2022-09-24 19:11:40 +0300
commit2c27a8fdce2ec5142d9472345d4545385b658202 (patch)
treed950358ce8ebc3c7d4d974371ccd28119dda7e9a
parent73d43c25eb290e8879a590c8534202bcd400caeb (diff)
expected variable $NOW
-rwxr-xr-xlynis1
1 files changed, 1 insertions, 0 deletions
diff --git a/lynis b/lynis
index ab8c479e..3f6d3b84 100755
--- a/lynis
+++ b/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