This commit is contained in:
Kroese 2023-04-20 05:14:40 +02:00 committed by GitHub
parent 2144f1d221
commit 947dd9aaab

View File

@ -138,10 +138,7 @@ fi
if [ "$DEBUG" = "Y" ]; then if [ "$DEBUG" = "Y" ]; then
IP=$(ip address show dev eth0 | grep inet | awk '/inet / { print $2 }' | cut -f1 -d/) IP=$(ip address show dev eth0 | grep inet | awk '/inet / { print $2 }' | cut -f1 -d/)
echo "Info: Container IP: ${IP}" && echo
#echo && ifconfig
#echo && ip route && echo
echo "Container IP: ${IP}" && echo
fi fi