Gracefull shutdown

This commit is contained in:
Kroese 2023-04-10 21:53:18 +02:00 committed by GitHub
parent 8640a0207f
commit fd5dfe6956

View File

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