mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-31 01:34:23 +02:00
[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"
|
LogText "Result: Redit is running"
|
||||||
REDIS_RUNNING=1
|
REDIS_RUNNING=1
|
||||||
DATABASE_ENGINE_RUNNING=1
|
DATABASE_ENGINE_RUNNING=1
|
||||||
Report "redis_running=${redis_RUNNING}"
|
Report "redis_running=${REDIS_RUNNING}"
|
||||||
else
|
else
|
||||||
if [ ${DEBUG} -eq 1 ]; then Display --indent 2 --text "- Redis (server) status" --result "${STATUS_NOT_FOUND}" --color WHITE --debug; fi
|
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"
|
LogText "Result: No Redis processes are running"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user