1
0
Fork 0

Fix startLocalCluster script?

This commit is contained in:
Max Neunhoeffer 2016-02-24 16:56:50 +01:00
parent c72eee052b
commit 15865ccae4
1 changed files with 3 additions and 0 deletions

View File

@ -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