summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/freifunk-mapupdate
diff options
context:
space:
mode:
authorPhilipp Borgers <borgers@mi.fu-berlin.de>2018-10-25 21:54:42 +0200
committerPhilipp Borgers <borgers@mi.fu-berlin.de>2018-10-25 21:56:06 +0200
commit5f65547dfd59ae3fe9e45f0ac4bc4a06808b4847 (patch)
treede569fed77af0e1f369d149419380e419c625fad /contrib/package/freifunk-mapupdate
parent35b543e270428357d22ede5ceff39653b3371a1b (diff)
get rid of library version numbers in luci olsrd code
Signed-off-by: Philipp Borgers <borgers@mi.fu-berlin.de>
Diffstat (limited to 'contrib/package/freifunk-mapupdate')
-rwxr-xr-xcontrib/package/freifunk-mapupdate/files/usr/sbin/ff_mapupdate.sh2
1 files changed, 1 insertions, 1 deletions
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 40a077f15..b06e145d6 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