fix: Quotes

This commit is contained in:
Kroese 2023-12-17 10:04:00 +01:00 committed by GitHub
parent 8b0ec3bef7
commit 107a4b87d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"