From 092cd3a2acd4cd4c9acfeea78dcd2e70e51e4e5b Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 23 Jan 2019 00:56:08 +0100 Subject: [PATCH] fix echo output --- home.admin/50copyHDD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/50copyHDD.sh b/home.admin/50copyHDD.sh index a42f7f9..551ca37 100755 --- a/home.admin/50copyHDD.sh +++ b/home.admin/50copyHDD.sh @@ -15,7 +15,7 @@ echo "" echo "*** Instructions to COPY BLOCKCHAIN from another computer (only MAINNET) ***" echo "" echo "You can use the blockchain from another bitcoin-core client with version greater or equal" -echo "to 0.17.1 with transaction index switched on (`txindex=1` in the `bitcoin.conf`)." +echo "to 0.17.1 with transaction index switched on (txindex=1 in the bitcoin.conf)." echo "" echo "Both computers (your RaspberryPi and the other computer with the full blockchain on) need" echo "to be connected to the same local network."