mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 19:47:05 +02:00
add nginx to debug logs
This commit is contained in:
@@ -71,6 +71,11 @@ echo "sudo tail -n 30 /mnt/hdd/lnd/logs/${network}/${chain}net/lnd.log"
|
||||
sudo tail -n 30 /mnt/hdd/lnd/logs/${network}/${chain}net/lnd.log
|
||||
echo ""
|
||||
|
||||
echo "*** LAST NGINX LOGS ***"
|
||||
echo "sudo journalctl -u nginx -b --no-pager -n20"
|
||||
sudo journalctl -u nginx -b --no-pager -n20
|
||||
echo ""
|
||||
|
||||
if [ "${touchscreen}" = "1" ]; then
|
||||
echo ""
|
||||
echo "*** LAST 20 TOUCHSCREEN LOGS ***"
|
||||
|
Reference in New Issue
Block a user