From cd71291e613502fa226c1a2a376b536a26cf724c Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 3 May 2023 06:20:42 +0200 Subject: [PATCH] Ignore pkill exitcode --- run/power.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/power.sh b/run/power.sh index c0a4b90..87fac55 100644 --- a/run/power.sh +++ b/run/power.sh @@ -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