Browse Source

Have the bootstrap script indicate network status in exit code.

Also, don't hang on a tail -F.
Linus Nordberg 10 years ago
parent
commit
a0be5e2f59
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tools/bootstrap-network.sh

+ 2 - 1
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"