mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
debug RTL no pager
This commit is contained in:
parent
a0444ba8be
commit
e4c28007ff
1 changed files with 2 additions and 2 deletions
|
@ -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 ""
|
||||
|
|
Loading…
Add table
Reference in a new issue