mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2024-11-23 23:10:58 +07:00
ifconfig
This commit is contained in:
parent
fdbd80adb0
commit
ba15d71f7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user