mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-22 16:10:55 +02:00
add BTC-RPC-Explorer to debug logs
This commit is contained in:
@@ -276,6 +276,16 @@ else
|
|||||||
echo "- BTCPayServer is OFF by config"
|
echo "- BTCPayServer is OFF by config"
|
||||||
fi
|
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
|
if [ "${LNBits}" == "on" ]; then
|
||||||
echo
|
echo
|
||||||
echo "*** LAST 20 LNbits LOGS ***"
|
echo "*** LAST 20 LNbits LOGS ***"
|
||||||
|
Reference in New Issue
Block a user