mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-07 08:57:33 +08:00
Revert
This commit is contained in:
parent
0418fba2d1
commit
8c9cdc659d
@ -52,5 +52,7 @@ set -m
|
||||
)
|
||||
set +m
|
||||
|
||||
# Wait for QEMU process to exit
|
||||
tail --pid="$(cat ${_QEMU_PID})" -f /dev/null
|
||||
# Since we have to start the process with -m, we need to poll every intervall if it's still running
|
||||
while [ -d "/proc/$(cat ${_QEMU_PID})" ]; do
|
||||
sleep 1
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user