mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-05 14:03:17 +02:00
fix ui
This commit is contained in:
@@ -178,7 +178,7 @@ else
|
||||
total=$(sudo -u bitcoin ${network}-cli -datadir=/home/bitcoin/.${network} getblockchaininfo | jq -r '.blocks')
|
||||
ln_baseInfo="${color_red} waiting for chain sync"
|
||||
if [ ${#item} -gt 0 ]; then
|
||||
ln_channelInfo="${item}/${total}"
|
||||
ln_channelInfo="scanning ${item}/${total}"
|
||||
fi
|
||||
fi
|
||||
else
|
||||
|
Reference in New Issue
Block a user