mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +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"
|
||||
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 ***"
|
||||
|
Reference in New Issue
Block a user