From 5f65547dfd59ae3fe9e45f0ac4bc4a06808b4847 Mon Sep 17 00:00:00 2001 From: Philipp Borgers Date: Thu, 25 Oct 2018 21:54:42 +0200 Subject: get rid of library version numbers in luci olsrd code Signed-off-by: Philipp Borgers --- contrib/package/freifunk-mapupdate/files/usr/sbin/ff_mapupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/package/freifunk-mapupdate/files/usr') diff --git a/contrib/package/freifunk-mapupdate/files/usr/sbin/ff_mapupdate.sh b/contrib/package/freifunk-mapupdate/files/usr/sbin/ff_mapupdate.sh index 40a077f154..b06e145d65 100755 --- a/contrib/package/freifunk-mapupdate/files/usr/sbin/ff_mapupdate.sh +++ b/contrib/package/freifunk-mapupdate/files/usr/sbin/ff_mapupdate.sh @@ -8,7 +8,7 @@ MAPSERVER="$(uci -q get freifunk-mapupdate.mapupdate.mapserver)" [ -z "$MAPSERVER" ] && logger -t "freifunk-mapupdate:" "No mapserver configured" && exit 1 #check if nameservice plugin is installed and enabled, else exit -nslib=`uci show olsrd |grep olsrd_nameservice.so |awk {' FS="."; print $1"."$2 '}` +nslib=`uci show olsrd |grep olsrd_nameservice |awk {' FS="."; print $1"."$2 '}` if [ -n "$nslib" ]; then LATLONFILE="$(uci -q get $nslib.latlon_file)" if [ -z "$LATLONFILE" ]; then -- cgit v1.2.3