diff options
author | Manuel Munz <manu@somakoma.de> | 2014-10-17 18:56:25 +0200 |
---|---|---|
committer | Manuel Munz <manu@somakoma.de> | 2014-10-17 18:56:25 +0200 |
commit | 0895799112f84c8f1fd7d6661355131b0fb0e82f (patch) | |
tree | 956ab6ca26f2347f9e54506fb40257d04b27810b /contrib | |
parent | 01033446638f06529be86149ff857f1238150c4c (diff) | |
parent | fb0edd219fc09c4f4b9eae894e67ce168d1de437 (diff) |
Merge pull request #229 from cholin/bug/gwcheck_jshn
fixes missing imports for gwcheck
Diffstat (limited to 'contrib')
-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 |