mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
S12udev: ignore errors on stop
This commit is contained in:
parent
bc25a9bba6
commit
e8c3341369
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user