mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
fixed admin password not being updated
This commit is contained in:
parent
ac1477272a
commit
a406a11d2f
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
os_name="motionEyeOS"
|
||||
os_short_name="motioneyeos"
|
||||
os_prefix="meye"
|
||||
os_version="20161125"
|
||||
os_version="20161212"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user