[chutney/master] Fix an inconsistent echo call in tools/test-network.sh

8 May
2017
8 May
'17
5:38 a.m.
commit 23207d23bba3c013cefc91c21c1facb33cb7415a Author: teor <teor2345@gmail.com> Date: Mon Apr 10 13:16:13 2017 +1000 Fix an inconsistent echo call in tools/test-network.sh No behaviour change --- tools/test-network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-network.sh b/tools/test-network.sh index 79cce9c..12855bc 100755 --- a/tools/test-network.sh +++ b/tools/test-network.sh @@ -279,7 +279,7 @@ if [ "$CHUTNEY_BOOTSTRAP_TIME" -ge 0 ]; then VERIFY_EXIT_STATUS="$?" else $ECHO "Chutney network ready and running. To stop the network, use:" - $ECHO "$CHUTNEY" stop "$CHUTNEY_NETWORK" + $ECHO "$CHUTNEY stop $CHUTNEY_NETWORK" "$WARNINGS" exit 0 fi
2968
Age (days ago)
2968
Last active (days ago)
0 comments
1 participants
participants (1)
-
teor@torproject.org