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

GATEWAY

parent 2f5ca778
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ GATEWAY=$(ip r | grep default | awk '{print $3}')
if [ "$DEBUG" = "Y" ]; then

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