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:
-rw-r--r--include/tests_databases4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_databases b/include/tests_databases
index 34e63a42..33315d13 100644
--- a/include/tests_databases
+++ b/include/tests_databases
@@ -173,8 +173,8 @@
LogText "Result: Redit is running"
REDIS_RUNNING=1
DATABASE_ENGINE_RUNNING=1
- Report "redis_running=${redis_RUNNING}"
- else
+ Report "redis_running=${REDIS_RUNNING}"
+ else
if [ ${DEBUG} -eq 1 ]; then Display --indent 2 --text "- Redis (server) status" --result "${STATUS_NOT_FOUND}" --color WHITE --debug; fi
LogText "Result: No Redis processes are running"
fi