mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-02-23 03:25:55 +00:00
Set timeout in netcat
This commit is contained in:
parent
aca7de648f
commit
114e5186cc
@ -2,4 +2,4 @@
|
||||
|
||||
set -eu
|
||||
|
||||
printf '%s\n' 'system_powerdown' | nc -U /run/qemu-monitor
|
||||
printf '%s\n' 'system_powerdown' | nc -w 1 -U /run/qemu-monitor
|
||||
|
Loading…
Reference in New Issue
Block a user