mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 13:20:56 +02:00
add BTC-RPC-Explorer to debug logs
This commit is contained in:
parent
853c29c922
commit
ccf161b102
@ -276,6 +276,16 @@ else
|
||||
echo "- BTCPayServer is OFF by config"
|
||||
fi
|
||||
|
||||
if [ ${BTCRPCexplorer} == "on" ]; then
|
||||
echo
|
||||
echo "*** LAST 20 BTC-RPC-Explorer LOGS ***"
|
||||
echo "sudo journalctl -u btc-rpc-explorer -b --no-pager -n20"
|
||||
sudo journalctl -u btc-rpc-explorer -b --no-pager -n20
|
||||
echo
|
||||
else
|
||||
echo "- BTC-RPC-Explorer is OFF by config"
|
||||
fi
|
||||
|
||||
if [ "${LNBits}" == "on" ]; then
|
||||
echo
|
||||
echo "*** LAST 20 LNbits LOGS ***"
|
||||
|
Loading…
x
Reference in New Issue
Block a user