Merge pull request #294 from meshplus/fix/make-cluster

fix(scripts): fix make cluster command starting bitxhub cluster error
This commit is contained in:
Aiden X 2020-12-22 00:18:10 +08:00 committed by GitHub
commit d26cec7a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ function prepare() {
x_replace "s/9091/909${i}/g" "${bitxhubConfig}"
x_replace "s/53121/5312${i}/g" "${bitxhubConfig}"
x_replace "s/40011/4001${i}/g" "${bitxhubConfig}"
x_replace "s/9091/909${i}/g" "${root}"/api
x_replace "1s/1/${i}/" "${networkConfig}"
done