From a0be5e2f5979cd20928a34091a5bd7f40866a3bb Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 5 Jun 2013 15:48:57 +0200 Subject: Have the bootstrap script indicate network status in exit code. Also, don't hang on a tail -F. --- tools/bootstrap-network.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/bootstrap-network.sh b/tools/bootstrap-network.sh index cd18e3d..9173776 100755 --- a/tools/bootstrap-network.sh +++ b/tools/bootstrap-network.sh @@ -37,4 +37,5 @@ for file in net/nodes/*a/torrc; do done $CHUTNEY start networks/$flavour -tail -F net/nodes/*/notice.log +$CHUTNEY status networks/$flavour +#echo "tail -F net/nodes/*/notice.log" -- cgit v1.2.3