Commit eb16001d authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Spacing

parent 48201537
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ if [ "$DEBUG" = "Y" ]; then

  IP=$(ip address show dev "${VM_NET_DEV}" | grep inet | awk '/inet / { print $2 }' | cut -f1 -d/)
  echo "Info: Container IP is ${IP} with gateway ${GATEWAY}" && echo
  ifconfig && echo
  ifconfig
  ip route && echo

fi