fix: [start_all] Minor mistake/typo.

pull/93/head
Steve Clement 2019-05-09 08:08:54 +09:00
parent 041c2697a0
commit 33af08b9ee
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ conf_dir="config/"
sleep 0.1
if [ "${check_redis_port}" == "1" ]; then
echo -e $GREEN"\t* Launching Redis servers"$DEFAULT
if [[ -z $REDIS_RUN ]]; then
if [[ ! -z $REDIS_RUN ]]; then
$REDIS_RUN "redis-server ${conf_dir}6250.conf" &
else
redis-server ${conf_dir}6250.conf &