]> git.openstreetmap.org Git - nominatim.git/commitdiff
take throttled ip stats from build dir
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 30 Sep 2016 18:37:19 +0000 (20:37 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 30 Sep 2016 18:37:19 +0000 (20:37 +0200)
munin/nominatim_throttled_ips

index cdfc88df654b81b0f013494fa2b766abfa671441..a56ff31d20bd10db2762523fd5bdf4c74d055840 100755 (executable)
@@ -25,4 +25,4 @@ fi
  
 BASEDIR="$(dirname "$(readlink -f "$0")")"
 
-cut -f 2 -d ' ' $BASEDIR/../settings/ip_blocks.map | sort | uniq -c | sed 's:[[:space:]]*\([0-9]\+\) \(.*\):\2.value \1:'
+cut -f 2 -d ' ' $BASEDIR/../../bin/settings/ip_blocks.map | sort | uniq -c | sed 's:[[:space:]]*\([0-9]\+\) \(.*\):\2.value \1:'