diff --git a/src/network.sh b/src/network.sh index 9c032009..55a7652a 100644 --- a/src/network.sh +++ b/src/network.sh @@ -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