From 1d8226ec2eab76f41126356bd71625d68aa92793 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 20 Apr 2023 17:01:14 +0200 Subject: [PATCH] GATEWAY --- run/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/network.sh b/run/network.sh index 0e8425f..3cee657 100644 --- a/run/network.sh +++ b/run/network.sh @@ -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