mirror of https://gitee.com/bigwinds/arangodb
Fix startLocalCluster script?
This commit is contained in:
parent
c72eee052b
commit
15865ccae4
|
@ -156,6 +156,9 @@ testServer() {
|
|||
done
|
||||
}
|
||||
|
||||
for p in `seq 8629 $PORTTOPDB` ; do
|
||||
testServer $p
|
||||
done
|
||||
for p in `seq 8530 $PORTTOPCO` ; do
|
||||
testServer $p
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue