diff options
author | root <root@pigstarter.retiolum> | 2013-06-24 18:58:42 +0200 |
---|---|---|
committer | root <root@pigstarter.retiolum> | 2013-06-24 18:58:42 +0200 |
commit | b25a68171162c4a9aaba90e7af181734a527f5ee (patch) | |
tree | e9908a9ed55ce84bbdf0db82645b95a53e3a13aa /retiolum/bin/create-supernode-tar | |
parent | 9a05e52543b10a1ad64534b11164e7df051adf7e (diff) |
refactor graph generation into tinc_stats/Graph
Diffstat (limited to 'retiolum/bin/create-supernode-tar')
-rwxr-xr-x | retiolum/bin/create-supernode-tar | 2 |
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 |