S12udev: ignore errors on stop

This commit is contained in:
Calin Crisan 2019-02-17 16:18:45 +02:00
parent bc25a9bba6
commit e8c3341369

View File

@ -30,7 +30,7 @@ stop() {
msg_begin "Stopping eudev" msg_begin "Stopping eudev"
${PROG_UA} control --stop-exec-queue ${PROG_UA} control --stop-exec-queue
killall -q $(basename ${PROG}) killall -q $(basename ${PROG})
test $? == 0 && msg_done || msg_fail msg_done
} }
case "$1" in case "$1" in