debug RTL no pager

This commit is contained in:
rootzoll 2021-08-31 01:23:46 +02:00
parent a0444ba8be
commit e4c28007ff

View file

@ -229,7 +229,7 @@ if [ "${rtlWebinterface}" == "" ] || [ "${rtlWebinterface}" == "off" ]; then
else
echo ""
echo "*** LND-RTL ***"
sudo systemctl status RTL
sudo systemctl status RTL -n2 --no-pager
echo "sudo journalctl -u RTL -b --no-pager -n20"
sudo journalctl -u RTL -b --no-pager -n20
echo ""
@ -240,7 +240,7 @@ if [ "${crtlWebinterface}" == "" ] || [ "${crtlWebinterface}" == "off" ]; then
else
echo ""
echo "*** CLN-RTL ***"
sudo systemctl status cRTL
sudo systemctl status cRTL -n2 --no-pager
echo "sudo journalctl -u cRTL -b --no-pager -n20"
sudo journalctl -u cRTL -b --no-pager -n20
echo ""