fixed admin password not being updated

This commit is contained in:
Calin Crisan 2016-12-12 22:02:26 +02:00
parent ac1477272a
commit a406a11d2f
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
if [ -f /data/etc/motion.conf ]; then
cat /data/etc/motion.conf | grep admin_password | cut -d ' ' -f 3-
cat /data/etc/motion.conf | grep admin_password | grep -v _hash | cut -d ' ' -f 3-
fi

View File

@ -1,4 +1,4 @@
os_name="motionEyeOS"
os_short_name="motioneyeos"
os_prefix="meye"
os_version="20161125"
os_version="20161212"

View File

@ -4,7 +4,7 @@
#
#############################################################
MOTIONEYE_VERSION = 0a315ef637be5ca96c700c7bb5af690954608acd
MOTIONEYE_VERSION = 7bbc96f32e89f9e7750664cd1a0912bfbf428b7b
MOTIONEYE_SITE = $(call github,ccrisan,motioneye,$(MOTIONEYE_VERSION))
MOTIONEYE_SOURCE = $(MOTIONEYE_VERSION).tar.gz
MOTIONEYE_LICENSE = GPLv3