fix: Do not remove QEMU files (#1143)

This commit is contained in:
Kroese
2026-05-15 22:43:44 +02:00
committed by GitHub
parent 8daa6973b7
commit 0dcb880800
-1
View File
@@ -19,7 +19,6 @@ if [[ "$KVM" == [Nn]* ]]; then
QEMU_TIMEOUT=$(( QEMU_TIMEOUT*2 ))
fi
rm -f "$QEMU_DIR/qemu.*"
touch "$QEMU_LOG"
_trap() {