Commit d86fe260 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Fix returncode bug

Fix returncode bug
parents 6c939ca6 293236b7
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -62,6 +62,8 @@ configureDHCP() {
  fi

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

  return 0
}

configureNAT () {
@@ -155,6 +157,8 @@ configureNAT () {
  { set +x; } 2>/dev/null

  [[ "${DEBUG}" == [Yy1]* ]] && echo

  return 0
}

# ######################################