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

Co-authored-by: Vadim Pushtaev <v.pushtaev@corp.mail.ru>
This commit is contained in:
Vadim Pushtaev 2021-11-11 09:33:09 +03:00 committed by GitHub
parent 0927a0dd24
commit f069d09ee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
#!/bin/bash
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
# Settings
BIN_PATH="../../src/"
BIN_PATH="$SCRIPT_DIR/../../src/"
CLUSTER_HOST=127.0.0.1
PORT=30000
TIMEOUT=2000