Commit 0a2a1772 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Delete network on shutdown

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

  closeNetwork

  return
}