Skip to content

Commit a406a11

Browse files
committed
fixed admin password not being updated
1 parent ac14772 commit a406a11

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

33
if [ -f /data/etc/motion.conf ]; then
4-
cat /data/etc/motion.conf | grep admin_password | cut -d ' ' -f 3-
4+
cat /data/etc/motion.conf | grep admin_password | grep -v _hash | cut -d ' ' -f 3-
55
fi
66

board/common/overlay/etc/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
os_name="motionEyeOS"
22
os_short_name="motioneyeos"
33
os_prefix="meye"
4-
os_version="20161125"
4+
os_version="20161212"

package/motioneye/motioneye.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
#############################################################
66

7-
MOTIONEYE_VERSION = 0a315ef637be5ca96c700c7bb5af690954608acd
7+
MOTIONEYE_VERSION = 7bbc96f32e89f9e7750664cd1a0912bfbf428b7b
88
MOTIONEYE_SITE = $(call github,ccrisan,motioneye,$(MOTIONEYE_VERSION))
99
MOTIONEYE_SOURCE = $(MOTIONEYE_VERSION).tar.gz
1010
MOTIONEYE_LICENSE = GPLv3

0 commit comments

Comments
 (0)