mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
show error outputs
This commit is contained in:
parent
7e3e3d0906
commit
362e575a9d
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ elif [ ${lndActive} -eq 0 ] || [ ${#lndErrorFull} -gt 0 ]; then
|
|||
echo
|
||||
if [ ${startcountLightning} -gt 1 ]; then
|
||||
echo "${startcountLightning} RESTARTS DETECTED - ${network}d might be in a error loop"
|
||||
cat /home/admin/systemd.lightning.log | grep "ERROR"
|
||||
cat /home/admin/systemd.lightning.log | grep "ERROR" | tail -n -2
|
||||
echo
|
||||
fi
|
||||
if [ ${#lndErrorFull} -gt 0 ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue