Explorar el Código

Have the bootstrap script indicate network status in exit code.

Also, don't hang on a tail -F.
Linus Nordberg hace 12 años
padre
commit
a0be5e2f59
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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"