mirror of https://github.com/CISOfy/lynis.git
[DBS-1880] Corrected variable name and style
This commit is contained in:
parent
c8096dd06c
commit
9b9a97bceb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue