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:
authormboelen <michael@cisofy.com>2016-04-11 08:57:29 +0300
committermboelen <michael@cisofy.com>2016-04-11 08:57:29 +0300
commitc0228b8e48b897b5cc1bc1b8d81ae2f02dfd5acd (patch)
tree9af37bd6d337ef268258d616f283184a156b6875 /include/helper_update
parent2465556567d62aa4a076c381397a86f80d46ff53 (diff)
Show release date
Diffstat (limited to 'include/helper_update')
-rw-r--r--include/helper_update2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/helper_update b/include/helper_update
index 040745c3..4bc02758 100644
--- a/include/helper_update
+++ b/include/helper_update
@@ -265,7 +265,7 @@ elif [ "$1" = "info" ]; then
else
echo "${GREEN}Up-to-date${NORMAL}"
fi
- echo " Release date : ${PROGRAM_RELEASEDATE}"
+ echo " Release date : ${PROGRAM_RELEASE_DATE}"
echo " Update location : ${PROGRAM_WEBSITE}"
echo ""; echo ""
echo "${PROGRAM_COPYRIGHT}"