Unverified Commit 3c258bea authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Gracefull shutdown

parent d98d7b93
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ _graceful_shutdown(){
    fi
  done

  echo "Killing VM.."
  echo 'quit' | nc -q 1 -w 1 localhost "${QEMU_MONPORT}">/dev/null || true

  return