diff options
author | Linus Nordberg <linus@torproject.org> | 2013-06-05 15:48:57 +0200 |
---|---|---|
committer | Linus Nordberg <linus@torproject.org> | 2013-06-18 12:02:57 +0200 |
commit | 1678c99b286fdf4c172c696671308b9ea503d029 (patch) | |
tree | de60d0e03d6f374cb391ba86cdfa5f177eb09616 /tools | |
parent | 5dd20682966102bcf3d11bdd8dc9cbeb8e0467be (diff) | |
download | chutney-1678c99b286fdf4c172c696671308b9ea503d029.tar chutney-1678c99b286fdf4c172c696671308b9ea503d029.tar.gz |
Don't require directory 'net'.
We don't need it and it doesn't exist in a fresh tree.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/bootstrap-network.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/bootstrap-network.sh b/tools/bootstrap-network.sh index a686669..17c9792 100755 --- a/tools/bootstrap-network.sh +++ b/tools/bootstrap-network.sh @@ -20,7 +20,6 @@ myname=$(basename "$0") [ -x $CHUTNEY ] || { echo "$myname: missing $CHUTNEY"; exit 1; } [ -d networks ] || { echo "$myname: missing directory: networks"; exit 1; } -[ -d net ] || { echo "$myname: missing directory: net"; exit 1; } flavour=basic; [ -n "$1" ] && { flavour=$1; shift; } $CHUTNEY stop networks/$flavour |