mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
Merge remote-tracking branch 'thingos/dev' into dev
This commit is contained in:
commit
497c90ec0e
@ -5,7 +5,7 @@ DEV="/dev/watchdog"
|
||||
PROG="/sbin/watchdog"
|
||||
|
||||
|
||||
test -c ${PROG} || exit 0
|
||||
test -x ${PROG} || exit 0
|
||||
test -c ${DEV} || exit 0
|
||||
|
||||
test -n "${OS_VERSION}" || source /etc/init.d/base
|
||||
|
Loading…
x
Reference in New Issue
Block a user