mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-12-14 06:10:32 +08:00
Spacing
This commit is contained in:
@@ -187,7 +187,7 @@ if [ "$DEBUG" = "Y" ]; then
|
|||||||
|
|
||||||
IP=$(ip address show dev "${VM_NET_DEV}" | grep inet | awk '/inet / { print $2 }' | cut -f1 -d/)
|
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
|
echo "Info: Container IP is ${IP} with gateway ${GATEWAY}" && echo
|
||||||
ifconfig && echo
|
ifconfig
|
||||||
ip route && echo
|
ip route && echo
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user