From 5b19904cd45dc4f4dea2c1f2bd54e685ac559c33 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 7 May 2023 13:40:40 +0200 Subject: [PATCH] Hide ifconfig --- run/network.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run/network.sh b/run/network.sh index f1dce2e..ba9c9d3 100644 --- a/run/network.sh +++ b/run/network.sh @@ -30,7 +30,7 @@ configureDHCP() { if (( rc != 0 )); then - echo -n "INFO: Could not create macvlan, skipping..." + echo "INFO: Could not create macvlan, skipping..." else @@ -214,8 +214,8 @@ if [[ "${DEBUG}" == [Yy1]* ]]; 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}" && echo - ifconfig - ip route && echo + #ifconfig + #ip route && echo fi