mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-02-21 10:27:22 +08:00
Fix error message output in power.sh
This commit is contained in:
parent
620394fe69
commit
6c3b798dd4
@ -53,7 +53,7 @@ finish() {
|
||||
[ ! -s "$QEMU_PID" ] && break
|
||||
|
||||
if [ "$cnt" == "5" ]; then
|
||||
error "QEMU did not terminate itself, forcefully killing process..."
|
||||
echo && error "QEMU did not terminate itself, forcefully killing process..."
|
||||
{ kill -9 "$pid" || true; } 2>/dev/null
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user