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