mirror of https://mirror.osredm.com/root/redis.git
Fix create-cluster BIN_PATH.
This commit is contained in:
parent
e0de7c0852
commit
f95a88d988
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Settings
|
||||
BIN_PATH="../../"
|
||||
BIN_PATH="../../src/"
|
||||
CLUSTER_HOST=127.0.0.1
|
||||
PORT=30000
|
||||
TIMEOUT=2000
|
||||
|
|
Loading…
Reference in New Issue