diff --git a/home.admin/00infoBlitz.sh b/home.admin/00infoBlitz.sh index 5b7f376..fdb1d31 100755 --- a/home.admin/00infoBlitz.sh +++ b/home.admin/00infoBlitz.sh @@ -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 \ No newline at end of file