Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/setup_ga_network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ echo
# Setup DHCP server
echo "Network configuration script: DHCP server"
echo "Serving from $BRIDGE_IP"
export HOST_IP = $BRIDGE_IP
HOST_IP=$BRIDGE_IP
export HOST_IP
echo "dhcpd.conf:"
cat test/dhcpd.conf
echo
Expand Down
Loading