diff options
author | Nico Geyso <nico.geyso@fu-berlin.de> | 2014-10-17 18:25:28 +0200 |
---|---|---|
committer | Nico Geyso <nico.geyso@fu-berlin.de> | 2014-10-17 18:27:24 +0200 |
commit | fb0edd219fc09c4f4b9eae894e67ce168d1de437 (patch) | |
tree | 956ab6ca26f2347f9e54506fb40257d04b27810b /contrib/package/freifunk-gwcheck/files/usr/sbin | |
parent | 01033446638f06529be86149ff857f1238150c4c (diff) |
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.
Diffstat (limited to 'contrib/package/freifunk-gwcheck/files/usr/sbin')
-rwxr-xr-x | contrib/package/freifunk-gwcheck/files/usr/sbin/ff_olsr_test_gw.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/package/freifunk-gwcheck/files/usr/sbin/ff_olsr_test_gw.sh b/contrib/package/freifunk-gwcheck/files/usr/sbin/ff_olsr_test_gw.sh index 6bba7f0b0d..b86b668736 100755 --- a/contrib/package/freifunk-gwcheck/files/usr/sbin/ff_olsr_test_gw.sh +++ b/contrib/package/freifunk-gwcheck/files/usr/sbin/ff_olsr_test_gw.sh @@ -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 |