Unverified Commit 107a4b87 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Quotes

parent 8b0ec3be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@ set -Eeuo pipefail

QEMU_PORT=7100
QEMU_TIMEOUT=50
QEMU_PID=/run/qemu.pid
QEMU_COUNT=/run/qemu.count
QEMU_PID="/run/qemu.pid"
QEMU_COUNT="/run/qemu.count"

rm -f "$QEMU_PID"
rm -f "$QEMU_COUNT"