mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +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"
|
||||
${PROG_UA} control --stop-exec-queue
|
||||
killall -q $(basename ${PROG})
|
||||
test $? == 0 && msg_done || msg_fail
|
||||
msg_done
|
||||
}
|
||||
|
||||
case "$1" in
|
||||
|
Loading…
x
Reference in New Issue
Block a user