Skip to content

Commit 633c2a9

Browse files
committed
Fix dgraph zero port offset for nightly builds
1 parent 08c61d8 commit 633c2a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/functions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ function start {
3434

3535
function startZero {
3636
echo -e "Starting Dgraph zero.\n"
37-
dgraph zero -w data/wz --port_offset -2000 > data/zero.log 2>&1 &
37+
dgraph zero -w data/wz > data/zero.log 2>&1 &
3838
# To ensure Dgraph doesn't start before Dgraph zero.
39-
# It takes time for zero to start on travis(mac).
39+
# It takes time for zero to start on travis mac.
4040
sleep $sleepTime
4141
}
4242

0 commit comments

Comments
 (0)