Unverified Commit 6f9e77a4 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Quote

parent 5d013926
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ configureDHCP() {
  fi

  if ! exec 40>>/dev/vhost-net; then
    echo "ERROR: Cannot find vhost! && exit 22 
    echo "ERROR: Cannot find vhost!" && exit 22 
  fi

  NET_OPTS="-netdev tap,id=hostnet0,vhost=on,vhostfd=40,fd=30"