summaryrefslogtreecommitdiffstats
path: root/redis-shutdown
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-09-17 15:02:54 +0200
committerRemi Collet <fedora@famillecollet.com>2014-09-17 15:02:54 +0200
commit47d8a18132d50584b1777f50b907024814da31f3 (patch)
tree1056da0403731813acfc12380f3cc11943f0e0b8 /redis-shutdown
parent912b891ca07160a56924e91db92e8b4d40aa1175 (diff)
redis: 2.8.16
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