diff --git a/power.sh b/power.sh index 88d18bc..e6f8fdc 100644 --- a/power.sh +++ b/power.sh @@ -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