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:
Diffstat (limited to 'include/helper_update')
-rw-r--r--include/helper_update4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/helper_update b/include/helper_update
index 4b8bced4..6418ea95 100644
--- a/include/helper_update
+++ b/include/helper_update
@@ -69,11 +69,11 @@ elif [ "$1" = "info" ]; then
echo -n " Status : "
if [ ${PROGRAM_LV} -eq 0 ]; then
echo "${RED}Unknown${NORMAL}";
- elif [ ${PROGRAM_LV} -gt ${PROGRAM_AC} ]; then
+ elif [ ${PROGRAM_LV} -gt ${PROGRAM_AC} ]; then
echo "${YELLOW}Outdated${NORMAL}";
echo " Installed version : ${PROGRAM_AC}"
echo " Latest version : ${PROGRAM_LV}"
- else
+ else
echo "${GREEN}Up-to-date${NORMAL}"
fi
echo " Release date : ${PROGRAM_RELEASE_DATE}"