From 5fa400e4c55ffe0b47eb5a8e8261955e7692446f Mon Sep 17 00:00:00 2001 From: frennkie Date: Mon, 7 Sep 2020 12:07:39 +0200 Subject: [PATCH] Update _bootstrap.sh --- home.admin/_bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/_bootstrap.sh b/home.admin/_bootstrap.sh index bd3f4bf3f..b5cb1dfd8 100644 --- a/home.admin/_bootstrap.sh +++ b/home.admin/_bootstrap.sh @@ -595,7 +595,7 @@ sed -i "s/^message=.*/message='waiting login'/g" ${infoFile} loaded=$(sudo systemctl status bitcoind | grep -c 'loaded') if [ ${loaded} -gt 0 ]; then sed -i "s/^network=.*/network=bitcoin/g" ${infoFile} - source /mnt/hdd/bitcoin/bitcoin.conf + source /mnt/hdd/bitcoin/bitcoin.conf >/dev/null 2>&1 if [ ${testnet} -gt 0 ]; then sed -i "s/^chain=.*/chain=test/g" ${infoFile} else