[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [chutney/master] Now that chutney moves dirs on config, bootstrap-network.sh can stop
commit de810e67009b8b52a61138f9f21d321548927cdb
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Mon Dec 29 10:48:25 2014 -0500
Now that chutney moves dirs on config, bootstrap-network.sh can stop
---
tools/bootstrap-network.sh | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/tools/bootstrap-network.sh b/tools/bootstrap-network.sh
index 17c9792..09f4611 100755
--- a/tools/bootstrap-network.sh
+++ b/tools/bootstrap-network.sh
@@ -23,11 +23,7 @@ myname=$(basename "$0")
flavour=basic; [ -n "$1" ] && { flavour=$1; shift; }
$CHUTNEY stop networks/$flavour
-[ -d net/nodes ] && {
- DEST=net/nodes.$(date +%s)
- echo "$myname: NOTE: renaming net/nodes to $DEST"
- mv net/nodes $DEST
-}
+
echo "$myname: boostrapping network: $flavour"
$CHUTNEY configure networks/$flavour
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits