From 0dcb880800fab7b6d317947476d3d95635c680e7 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 15 May 2026 22:43:44 +0200 Subject: [PATCH] fix: Do not remove QEMU files (#1143) --- src/power.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/power.sh b/src/power.sh index 7fea496..b8f767d 100644 --- a/src/power.sh +++ b/src/power.sh @@ -19,7 +19,6 @@ if [[ "$KVM" == [Nn]* ]]; then QEMU_TIMEOUT=$(( QEMU_TIMEOUT*2 )) fi -rm -f "$QEMU_DIR/qemu.*" touch "$QEMU_LOG" _trap() {