From 59a8e244a03085b564e1e17c9883015a093d9c0a Mon Sep 17 00:00:00 2001 From: d Date: Sat, 4 Jun 2016 19:41:26 +0200 Subject: [PATCH] Nicer ending message. --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ff2181c..090b3c5 100755 --- a/build.sh +++ b/build.sh @@ -88,4 +88,5 @@ else cp $GOPATH/bin/srndv2 $root fi -echo "Built" +echo -e "Built\n" +echo "Now configure NNTPChan with ./srndv2 setup"