fix(scripts): fix make cluster command starting bitxhub cluster error
This commit is contained in:
parent
45985a7b28
commit
229fd4f0e5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue