mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
Update _bootstrap.sh
This commit is contained in:
parent
25c10e5e90
commit
5fa400e4c5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user