diff --git a/board/common/overlay/etc/init.d/S95motioneye b/board/common/overlay/etc/init.d/S95motioneye index f2abfe520a..9e841e20e1 100755 --- a/board/common/overlay/etc/init.d/S95motioneye +++ b/board/common/overlay/etc/init.d/S95motioneye @@ -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 } diff --git a/package/motioneye/motioneye.mk b/package/motioneye/motioneye.mk index 974513d403..7ff757f887 100644 --- a/package/motioneye/motioneye.mk +++ b/package/motioneye/motioneye.mk @@ -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