mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-06 18:12:14 +02:00
#920 display index progress on LCD
This commit is contained in:
@@ -337,6 +337,14 @@ else
|
|||||||
fi
|
fi
|
||||||
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
|
if [ ${#appInfoLine} -gt 0 ]; then
|
||||||
echo "${appInfoLine}"
|
echo "${appInfoLine}"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user