another motioneye update; fixed S95motioneye stop

This commit is contained in:
Calin Crisan 2015-10-04 21:25:58 +03:00
parent 2fd97b12e6
commit 9d92433add
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ start() {
stop() {
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
}

View File

@ -5,7 +5,7 @@
#############################################################
MOTIONEYEOS_VERSION = 20151004
MOTIONEYE_VERSION = e9f59d5bce01471e0c98bbbda2485c1b8346b1b5
MOTIONEYE_VERSION = bcdbe3f3e0899e672f4c62b9da4eb423eb4a5af2
MOTIONEYE_SITE = $(call github,ccrisan,motioneye,$(MOTIONEYE_VERSION))
MOTIONEYE_SOURCE = $(MOTIONEYE_VERSION).tar.gz
MOTIONEYE_LICENSE = GPLv3