summaryrefslogtreecommitdiffstats
path: root/redis-shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'redis-shutdown')
-rw-r--r--redis-shutdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis-shutdown b/redis-shutdown
index 1bf0e16..fdb14ea 100644
--- a/redis-shutdown
+++ b/redis-shutdown
@@ -1,7 +1,7 @@
#!/bin/bash
#
# Wrapper to close properly redis and sentinel
-test x"REDIS_DEBUG" != x && set -x
+test x"$REDIS_DEBUG" != x && set -x
REDIS_CLI=/usr/bin/redis-cli