summaryrefslogtreecommitdiffstats
path: root/retiolum/scripts/adv_graphgen/scripts/all-the-graphs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-10-04 22:27:46 +0200
committermakefu <github@syntax-fehler.de>2015-10-04 22:27:46 +0200
commit15201886b97ee607bb494d85eea8e3a7096c6a14 (patch)
tree87d04e8217c0db7c7872c34ea1cffa0750720c87 /retiolum/scripts/adv_graphgen/scripts/all-the-graphs
parent4e9aa988069d80142548b7b6a78e91d46234e941 (diff)
minor fixes for tinc_graphs
Diffstat (limited to 'retiolum/scripts/adv_graphgen/scripts/all-the-graphs')
-rwxr-xr-xretiolum/scripts/adv_graphgen/scripts/all-the-graphs2
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/scripts/adv_graphgen/scripts/all-the-graphs b/retiolum/scripts/adv_graphgen/scripts/all-the-graphs
index 889a9fe0..bfd71dcf 100755
--- a/retiolum/scripts/adv_graphgen/scripts/all-the-graphs
+++ b/retiolum/scripts/adv_graphgen/scripts/all-the-graphs
@@ -6,7 +6,7 @@ export GEODB="${GEODB:-}"
export TINC_HOSTPATH=${TINC_HOSTPATH:-~/painload/retiolum/hosts}
mapfile="$INTERNAL_FOLDER/map.html"
-if test -n "$GEOCITYDB";then
+if test -n "$GEODB";then
if test ! -e "$mapfile";then
echo "copying map to $map.html"
copy-map "$mapfile"