mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
another motioneye update; fixed S95motioneye stop
This commit is contained in:
parent
2fd97b12e6
commit
9d92433add
@ -109,7 +109,7 @@ start() {
|
|||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
echo -n "Shutting down motioneye: "
|
echo -n "Shutting down motioneye: "
|
||||||
meyectl stopserver &>/dev/null && echo "done" || echo "failed"
|
meyectl stopserver -c $conf &>/dev/null && echo "done" || echo "failed"
|
||||||
ps | grep motioneye | grep -v $$ | grep -v grep | tr -s ' ' | sed -e 's/^\s//' | cut -d ' ' -f 1 | xargs -r kill
|
ps | grep motioneye | grep -v $$ | grep -v grep | tr -s ' ' | sed -e 's/^\s//' | cut -d ' ' -f 1 | xargs -r kill
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
MOTIONEYEOS_VERSION = 20151004
|
MOTIONEYEOS_VERSION = 20151004
|
||||||
MOTIONEYE_VERSION = e9f59d5bce01471e0c98bbbda2485c1b8346b1b5
|
MOTIONEYE_VERSION = bcdbe3f3e0899e672f4c62b9da4eb423eb4a5af2
|
||||||
MOTIONEYE_SITE = $(call github,ccrisan,motioneye,$(MOTIONEYE_VERSION))
|
MOTIONEYE_SITE = $(call github,ccrisan,motioneye,$(MOTIONEYE_VERSION))
|
||||||
MOTIONEYE_SOURCE = $(MOTIONEYE_VERSION).tar.gz
|
MOTIONEYE_SOURCE = $(MOTIONEYE_VERSION).tar.gz
|
||||||
MOTIONEYE_LICENSE = GPLv3
|
MOTIONEYE_LICENSE = GPLv3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user