From 4090601f11aa8b0fe7c7080f00c32cf264fe6882 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 17 Sep 2017 21:05:24 +0100 Subject: [PATCH] Don't output anything when creating conf --- bin/init | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/init b/bin/init index ac7257d..db4d6fb 100644 --- a/bin/init +++ b/bin/init @@ -4,7 +4,6 @@ DATA_DIR=/data CONF=${DATA_DIR}/vertcoin.conf if [ ! -e "${CONF}" ]; then - echo "No vertcoin.conf found, creating one for you." echo "disablewallet=1 printtoconsole=1 rpcport=8332