From ba15d71f7f93a0f09f623301b0ef03583400a6c4 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 20 Apr 2023 06:47:45 +0200 Subject: [PATCH] ifconfig --- run/network.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run/network.sh b/run/network.sh index 99d002a..b4a6301 100644 --- a/run/network.sh +++ b/run/network.sh @@ -160,7 +160,8 @@ 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}" - + ifconfig + ip route fi if [ "$DHCP" != "Y" ]; then