Unverified Commit 0ccc412f authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Spacing

parent 1e44dd6c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -185,9 +185,9 @@ GATEWAY=$(ip r | grep default | awk '{print $3}')
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}"
  ifconfig
  ip route
  echo "Info: Container IP is ${IP} with gateway ${GATEWAY}" && echo
  ifconfig && echo
  ip route && echo

fi