summaryrefslogtreecommitdiffstats
path: root/retiolum/bin
diff options
context:
space:
mode:
authorroot <root@pigstarter.retiolum>2013-06-24 18:58:42 +0200
committerroot <root@pigstarter.retiolum>2013-06-24 18:58:42 +0200
commitb25a68171162c4a9aaba90e7af181734a527f5ee (patch)
treee9908a9ed55ce84bbdf0db82645b95a53e3a13aa /retiolum/bin
parent9a05e52543b10a1ad64534b11164e7df051adf7e (diff)
refactor graph generation into tinc_stats/Graph
Diffstat (limited to 'retiolum/bin')
-rwxr-xr-xretiolum/bin/create-supernode-tar2
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/bin/create-supernode-tar b/retiolum/bin/create-supernode-tar
index 322d428d..1e90c26c 100755
--- a/retiolum/bin/create-supernode-tar
+++ b/retiolum/bin/create-supernode-tar
@@ -9,5 +9,5 @@ WEBDIR=$1
HOSTFILE=$WEBDIR/supernodes.tar.gz
cd $(dirname $(readlink -f $0))
rm -f $HOSTFILE
-tar czf $HOSTFILE -C $HOSTDIR `python ../scripts/adv_graphgen/find_super.py |cut -d\ -f1`
+tar czf $HOSTFILE -C $HOSTDIR `python ../scripts/adv_graphgen/tinc_stats/Supernodes.py |cut -d\ -f1`
chmod a+rx $HOSTFILE