[DBS-1880] Corrected variable name and style

This commit is contained in:
Michael Boelen 2016-07-30 14:03:28 +02:00
parent c8096dd06c
commit 9b9a97bceb
1 changed files with 2 additions and 2 deletions

View File

@ -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