diff --git a/run/network.sh b/run/network.sh index e5147d5..1cacd62 100644 --- a/run/network.sh +++ b/run/network.sh @@ -138,10 +138,7 @@ fi if [ "$DEBUG" = "Y" ]; then IP=$(ip address show dev eth0 | grep inet | awk '/inet / { print $2 }' | cut -f1 -d/) - - #echo && ifconfig - #echo && ip route && echo - echo "Container IP: ${IP}" && echo + echo "Info: Container IP: ${IP}" && echo fi