mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 05:20:02 +08:00
SC2086
This commit is contained in:
parent
bc122a2c9c
commit
fd1543f8ce
@ -81,5 +81,5 @@ set +m
|
||||
if (( KERNEL > 4 )); then
|
||||
pidwait -F "${_QEMU_PID}" & wait $!
|
||||
else
|
||||
tail --pid "$(cat ${_QEMU_PID})" --follow /dev/null & wait $!
|
||||
tail --pid $(cat "${_QEMU_PID}") --follow /dev/null & wait $!
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user