mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
#920 info about needed restart
This commit is contained in:
parent
cabbccee71
commit
e3cf871d87
@ -349,7 +349,7 @@ else
|
||||
if [ "${BTCRPCexplorer}" = "on" ]; then
|
||||
source <(sudo /home/admin/config.scripts/bonus.btc-rpc-explorer.sh status)
|
||||
if [ ${#error} -gt 0 ]; then
|
||||
appInfoLine="ERROR BTC-RPC-Explorer: ${error}"
|
||||
appInfoLine="ERROR BTC-RPC-Explorer: ${error} (try restart)"
|
||||
elif [ "${isIndexed}" = "0" ]; then
|
||||
appInfoLine="BTC-RPC-Explorer: ${indexInfo}"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user