Unverified Commit 3cef0b0b authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Ignore pkill exitcode

parent e6af37df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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