typo in redis-shutdown (debug mode always on, lot of uneeded noise)
This commit is contained in:
parent
2d31309b6d
commit
cb2be298ef
|
@ -1,7 +1,7 @@
|
|||
#! /bin/bash
|
||||
#!/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
|
||||
|
||||
|
|
Loading…
Reference in New Issue