diff options
| -rwxr-xr-x | retiolum/scripts/adv_graphgen/all_the_graphs.sh | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/retiolum/scripts/adv_graphgen/all_the_graphs.sh b/retiolum/scripts/adv_graphgen/all_the_graphs.sh index 2811ebb7..381c7aeb 100755 --- a/retiolum/scripts/adv_graphgen/all_the_graphs.sh +++ b/retiolum/scripts/adv_graphgen/all_the_graphs.sh @@ -10,6 +10,8 @@    INTERNAL_FOLDER=/var/www/euer/graphs/retiolum    begin=`timer`    export GRAPHITE_HOST="no-omo" +  export GEOCTIYDB="$PWD/GeoLiteCity.dat" +  (python tinc_stats/Log2JSON.py | python tinc_stats/Geo.py > $INTERNAL_FOLDER/marker.json)&    (./anonytize.sh $EXTERNAL_FOLDER && echo "`date` anonytize done" >> /tmp/build_graph)&    (./sanitize.sh $INTERNAL_FOLDER && echo "`date` sanitize done" >> /tmp/build_graph)&  #  wait | 
