mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-12-14 14:20:32 +08:00
Ignore pkill exitcode
This commit is contained in:
@@ -54,7 +54,7 @@ _graceful_shutdown() {
|
|||||||
echo && echo "Please update the VirtualDSM Agent to allow for gracefull shutdowns..."
|
echo && echo "Please update the VirtualDSM Agent to allow for gracefull shutdowns..."
|
||||||
|
|
||||||
kill -15 "$(cat "${_QEMU_PID}")"
|
kill -15 "$(cat "${_QEMU_PID}")"
|
||||||
pkill -f qemu-system-x86_64
|
pkill -f qemu-system-x86_64 || true
|
||||||
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user