From 6c3b798dd422ba9f4b5641ee241bbecf01d0cd37 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 17:56:15 +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 850e479..b393a7a 100644 --- a/src/power.sh +++ b/src/power.sh @@ -53,7 +53,7 @@ finish() { [ ! -s "$QEMU_PID" ] && break if [ "$cnt" == "5" ]; then - error "QEMU did not terminate itself, forcefully killing process..." + echo && error "QEMU did not terminate itself, forcefully killing process..." { kill -9 "$pid" || true; } 2>/dev/null fi