S40network: fix sourcing order

This commit is contained in:
Calin Crisan 2019-01-11 23:32:34 +02:00
parent 6ac44f70cf
commit 1edf7f0c62

View File

@ -9,12 +9,14 @@ watch_conf="/data/etc/watch.conf"
link_nego_timeout=10
test -n "$os_version" || source /etc/init.d/base
source $watch_conf
prepare_conf $static_conf $sys_static_conf $boot_static_conf
test -r $static_conf && source $static_conf
test -n "$os_version" || source /etc/init.d/base
watch_eth() {
count=0