mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
restore adminpw init script
This commit is contained in:
parent
000c9a7231
commit
85e2284937
@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# echo your admin password here
|
||||
if [ -f /data/etc/motion.conf ]; then
|
||||
cat /data/etc/motion.conf | grep admin_password | grep -v _hash | cut -d ' ' -f 3-
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user