Ignore pkill exitcode

This commit is contained in:
Kroese 2023-05-03 06:20:42 +02:00 committed by GitHub
parent 08c3ccc505
commit cd71291e61

View File

@ -54,7 +54,7 @@ _graceful_shutdown() {
echo && echo "Please update the VirtualDSM Agent to allow for gracefull shutdowns..."
kill -15 "$(cat "${_QEMU_PID}")"
pkill -f qemu-system-x86_64
pkill -f qemu-system-x86_64 || true
fi
fi