Browse Source

show error outputs

master
Christian Rotzoll 6 years ago
parent
commit
362e575a9d
  1. 2
      home.admin/80scanLND.sh

2
home.admin/80scanLND.sh

@ -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…
Cancel
Save