1
0
Fork 0

Allow custom address to be set from the outside (#3469)

This commit is contained in:
m0ppers 2017-10-20 15:03:22 +02:00 committed by Jan
parent 428e163db9
commit 19879ff568
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ else
fi
NATH=$(( $NRDBSERVERS + $NRCOORDINATORS + $NRAGENTS ))
ENDPOINT=[::]
ADDRESS=[::1]
ADDRESS=${ADDRESS:-[::1]}
rm -rf cluster
if [ -d cluster-init ];then