mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-01 00:18:10 +02:00
fix
This commit is contained in:
parent
dd01573e93
commit
7b62fa80a0
@ -65,7 +65,7 @@ btc_path=$(command -v ${network}-cli)
|
||||
if [ -n ${btc_path} ]; then
|
||||
btc_title=$network
|
||||
blockchaininfo="$(${network}-cli -datadir=${bitcoin_dir} getblockchaininfo)"
|
||||
if [ -n $blockchaininfo ]; then
|
||||
if [ -n ${blockchaininfo} ]; then
|
||||
btc_title="${btc_title} (${chain}net)"
|
||||
|
||||
# get sync status
|
||||
@ -221,4 +221,4 @@ ${color_yellow}${ln_external}
|
||||
if [ ${#onionAddress} -eq 0 ]; then
|
||||
# one extra space line at the end if nodeaddress is not TOR
|
||||
echo ""
|
||||
fi
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user