From 38f7459be656627b8591fe1a981779e05e2df5b9 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 17:53:14 +0200 Subject: [PATCH] Fix error message output in power.sh --- src/power.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/power.sh b/src/power.sh index 136dc29..cd6f7bb 100644 --- a/src/power.sh +++ b/src/power.sh @@ -82,7 +82,7 @@ finish() { if [ -s "$QEMU_PID" ]; then pid=$(<"$QEMU_PID") - error "Forcefully terminating Windows, reason: $reason..." + echo && error "Forcefully terminating Windows, reason: $reason..." { kill -15 "$pid" || true; } 2>/dev/null while isAlive "$pid"; do