mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
fix: Quotes
This commit is contained in:
parent
8b0ec3bef7
commit
107a4b87d5
@ -5,8 +5,8 @@ set -Eeuo pipefail
|
|||||||
|
|
||||||
QEMU_PORT=7100
|
QEMU_PORT=7100
|
||||||
QEMU_TIMEOUT=50
|
QEMU_TIMEOUT=50
|
||||||
QEMU_PID=/run/qemu.pid
|
QEMU_PID="/run/qemu.pid"
|
||||||
QEMU_COUNT=/run/qemu.count
|
QEMU_COUNT="/run/qemu.count"
|
||||||
|
|
||||||
rm -f "$QEMU_PID"
|
rm -f "$QEMU_PID"
|
||||||
rm -f "$QEMU_COUNT"
|
rm -f "$QEMU_COUNT"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user