fixes missing imports for gwcheck
since r41281 (83e9122) network.sh depends on jsonfilter instead of jshn. Therefor jshn is missing for gwcheck and needs to be sourced manually.
This commit is contained in:
parent
0103344663
commit
fb0edd219f
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
. /lib/functions.sh
|
||||
. /lib/functions/network.sh
|
||||
. /usr/share/libubox/jshn.sh
|
||||
|
||||
# exit if dyngw_plain is not enabled or RtTable is not (254 or unset)
|
||||
config_load olsrd
|
||||
|
|
Loading…
Reference in a new issue