#920 display index progress on LCD

This commit is contained in:
rootzoll 2019-12-18 22:58:07 +01:00
parent ecb66865d5
commit 06b1db29b6

View file

@ -337,6 +337,14 @@ else
fi
fi
# BTC RPC EXPLORER
if [ "${BTCRPCexplorer}" = "on" ]; then
source <(sudo /home/admin/config.scripts/bonus.btc-rpc-explorer.sh status)
if [ "${isIndexed}" = "0" ]; then
appInfoLine="BTC-RPC-Explorer: ${indexInfo}"
fi
fi
if [ ${#appInfoLine} -gt 0 ]; then
echo "${appInfoLine}"
fi