mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
#920 show error on LCD
This commit is contained in:
@@ -348,7 +348,9 @@ else
|
||||
# BTC RPC EXPLORER
|
||||
if [ "${BTCRPCexplorer}" = "on" ]; then
|
||||
source <(sudo /home/admin/config.scripts/bonus.btc-rpc-explorer.sh status)
|
||||
if [ "${isIndexed}" = "0" ]; then
|
||||
if [ ${#error} -gt 0 ]; then
|
||||
appInfoLine="ERROR BTC-RPC-Explorer: ${error}"
|
||||
elif [ "${isIndexed}" = "0" ]; then
|
||||
appInfoLine="BTC-RPC-Explorer: ${indexInfo}"
|
||||
fi
|
||||
fi
|
||||
|
Reference in New Issue
Block a user