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

feat: Close network on shutdown

parent 160e5a07
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -81,6 +81,8 @@ _graceful_shutdown() {
  echo && echo "❯ Quitting..."
  echo 'quit' | nc -q 1 -w 1 localhost "${QEMU_MONPORT}" >/dev/null 2>&1 || true

  closeNetwork

  return
}