feat: Close network on shutdown

This commit is contained in:
Kroese 2023-07-04 18:21:37 +02:00 committed by GitHub
parent 160e5a07be
commit bbc033f032

View File

@ -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
}