diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-17 15:02:54 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-17 15:02:54 +0200 |
commit | 47d8a18132d50584b1777f50b907024814da31f3 (patch) | |
tree | 1056da0403731813acfc12380f3cc11943f0e0b8 /redis-shutdown | |
parent | 912b891ca07160a56924e91db92e8b4d40aa1175 (diff) |
redis: 2.8.16
Diffstat (limited to 'redis-shutdown')
-rw-r--r-- | redis-shutdown | 2 |
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 |