From fb0edd219fc09c4f4b9eae894e67ce168d1de437 Mon Sep 17 00:00:00 2001 From: Nico Geyso Date: Fri, 17 Oct 2014 18:25:28 +0200 Subject: [PATCH] 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. --- contrib/package/freifunk-gwcheck/files/usr/sbin/ff_olsr_test_gw.sh | 1 + 1 file changed, 1 insertion(+) 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 6bba7f0b0..b86b66873 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 -- 2.11.0