Update power.sh

This commit is contained in:
Kroese 2024-01-24 02:18:01 +01:00 committed by GitHub
parent 7235a2c10e
commit 8a940b6e33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,10 +7,10 @@ QEMU_TERM=""
QEMU_PORT=7100
QEMU_TIMEOUT=110
QEMU_PID="/run/shm/qemu.pid"
QEMU_PTY="/run/shm/qemu.pty"
QEMU_LOG="/run/shm/qemu.log"
QEMU_OUT="/run/shm/qemu.out"
QEMU_END="/run/shm/qemu.end"
QEMU_PTY="/run/shm/qemu.pty"
rm -f /run/shm/qemu.*
touch "$QEMU_LOG"