Loading src/network.sh +1 −1 Original line number Diff line number Diff line Loading @@ -271,7 +271,7 @@ html "Initializing network..." if [[ "$DEBUG" == [Yy1]* ]]; then info "Host: $HOST IP: $IP Gateway: $GATEWAY Interface: $VM_NET_DEV MAC: $VM_NET_MAC" [ -f /etc/resolv.conf ] && cat /etc/resolv.conf | grep '^nameserver*' [ -f /etc/resolv.conf ] && grep '^nameserver*' /etc/resolv.conf echo fi Loading Loading
src/network.sh +1 −1 Original line number Diff line number Diff line Loading @@ -271,7 +271,7 @@ html "Initializing network..." if [[ "$DEBUG" == [Yy1]* ]]; then info "Host: $HOST IP: $IP Gateway: $GATEWAY Interface: $VM_NET_DEV MAC: $VM_NET_MAC" [ -f /etc/resolv.conf ] && cat /etc/resolv.conf | grep '^nameserver*' [ -f /etc/resolv.conf ] && grep '^nameserver*' /etc/resolv.conf echo fi Loading