mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-08-29 04:07:02 +00:00
fix: Do not remove QEMU files (#1143)
This commit is contained in:
@@ -19,7 +19,6 @@ if [[ "$KVM" == [Nn]* ]]; then
|
||||
QEMU_TIMEOUT=$(( QEMU_TIMEOUT*2 ))
|
||||
fi
|
||||
|
||||
rm -f "$QEMU_DIR/qemu.*"
|
||||
touch "$QEMU_LOG"
|
||||
|
||||
_trap() {
|
||||
|
||||
Reference in New Issue
Block a user