Update power.sh

This commit is contained in:
Kroese 2024-01-23 20:02:31 +01:00 committed by GitHub
parent 766c6ad477
commit 1e295c520a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ set -Eeuo pipefail
QEMU_TERM="" QEMU_TERM=""
QEMU_PORT=7100 QEMU_PORT=7100
QEMU_TIMEOUT=50 QEMU_TIMEOUT=45
QEMU_PID="/run/shm/qemu.pid" QEMU_PID="/run/shm/qemu.pid"
QEMU_LOG="/run/shm/qemu.log" QEMU_LOG="/run/shm/qemu.log"
QEMU_OUT="/run/shm/qemu.out" QEMU_OUT="/run/shm/qemu.out"