typo in redis-shutdown (debug mode always on, lot of uneeded noise)

This commit is contained in:
Remi Collet 2014-09-17 14:59:20 +02:00
parent 2d31309b6d
commit cb2be298ef

View File

@ -1,7 +1,7 @@
#! /bin/bash #!/bin/bash
# #
# Wrapper to close properly redis and sentinel # 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 REDIS_CLI=/usr/bin/redis-cli