fix: Delete network on shutdown
This commit is contained in:
parent
03d333e299
commit
0a2a17724b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue