From 3dd016776fe030cef758a2aa1b937e12d72d736f Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 Oct 2025 17:55:44 +0200 Subject: [PATCH] Update power.sh --- src/power.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/power.sh b/src/power.sh index cd6f7bb..8acb57b 100644 --- a/src/power.sh +++ b/src/power.sh @@ -94,7 +94,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