From e8c334136969178f55b9728e0312711c7491b442 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 17 Feb 2019 16:18:45 +0200 Subject: [PATCH] S12udev: ignore errors on stop --- board/common/overlay/etc/init.d/S12udev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/common/overlay/etc/init.d/S12udev b/board/common/overlay/etc/init.d/S12udev index fecf68e5cc..1c69355fd5 100755 --- a/board/common/overlay/etc/init.d/S12udev +++ b/board/common/overlay/etc/init.d/S12udev @@ -30,7 +30,7 @@ stop() { msg_begin "Stopping eudev" ${PROG_UA} control --stop-exec-queue killall -q $(basename ${PROG}) - test $? == 0 && msg_done || msg_fail + msg_done } case "$1" in