mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
S40network: fix sourcing order
This commit is contained in:
parent
6ac44f70cf
commit
1edf7f0c62
@ -9,12 +9,14 @@ watch_conf="/data/etc/watch.conf"
|
|||||||
|
|
||||||
link_nego_timeout=10
|
link_nego_timeout=10
|
||||||
|
|
||||||
|
|
||||||
|
test -n "$os_version" || source /etc/init.d/base
|
||||||
|
|
||||||
source $watch_conf
|
source $watch_conf
|
||||||
|
|
||||||
prepare_conf $static_conf $sys_static_conf $boot_static_conf
|
prepare_conf $static_conf $sys_static_conf $boot_static_conf
|
||||||
test -r $static_conf && source $static_conf
|
test -r $static_conf && source $static_conf
|
||||||
|
|
||||||
test -n "$os_version" || source /etc/init.d/base
|
|
||||||
|
|
||||||
watch_eth() {
|
watch_eth() {
|
||||||
count=0
|
count=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user