Unverified Commit 312bdb97 authored by boklm's avatar boklm
Browse files

config-bootstrap-fixup: set default host IP to 10.0.3.1

parent ca60f4ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,9 +2,9 @@

wd=`pwd`

# Default host IP is 10.0.2.2
# Default host IP is 10.0.3.1
if [ -z "$GITIAN_HOST_IP" ]; then
  GITIAN_HOST_IP=10.0.2.2
  GITIAN_HOST_IP=10.0.3.1
fi

# Default to host IP if the MIRROR_HOST is not set, or set to 127.0.0.1