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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-07-30 15:03:28 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-30 15:03:28 +0300
commit9b9a97bceb1f93efb4599b19ad66348de6bc0353 (patch)
tree916607d05a911d269f15296e0d0eba1234758666 /include/tests_databases
parentc8096dd06c92aeb9a95fb9e2134f72d8cd198c73 (diff)
[DBS-1880] Corrected variable name and style
Diffstat (limited to 'include/tests_databases')
-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