Unverified Commit f069d09e authored by Vadim Pushtaev's avatar Vadim Pushtaev Committed by GitHub
Browse files

Use utils/create-cluster from any dir (#9766)


Co-authored-by: default avatarVadim Pushtaev <v.pushtaev@corp.mail.ru>
parent 0927a0dd
#!/bin/bash #!/bin/bash
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
# Settings # Settings
BIN_PATH="../../src/" BIN_PATH="$SCRIPT_DIR/../../src/"
CLUSTER_HOST=127.0.0.1 CLUSTER_HOST=127.0.0.1
PORT=30000 PORT=30000
TIMEOUT=2000 TIMEOUT=2000
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment