From 6f69eb5c68e3ae6f1e13b6be9cb70978f64b683a Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 10 Aug 2026 03:36:49 +0200 Subject: [PATCH] fix: Stop console after QEMU exits (#1366) --- src/power.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/power.sh b/src/power.sh index 3435e06..3576fa2 100644 --- a/src/power.sh +++ b/src/power.sh @@ -29,14 +29,15 @@ finish() { forceKillQemu "$reason" cleanupHelpers "$HOST_PID" + fKill "print.sh" - rm -f -- "$HOST_API_SOCKET" "$HOST_AGENT_SOCKET" if ! waitQemuExit 10; then warn "Timed out while waiting for $(app) to exit!" fi + stopConsole echo if (( failed == 0 )); then