Browse Source

#474 added stresstest results to debugLogs

master
Christian Rotzoll 6 years ago
parent
commit
20fa41d169
  1. 9
      home.admin/XXdebugLogs.sh

9
home.admin/XXdebugLogs.sh

@ -69,7 +69,14 @@ echo ""
if [ "${rtlWebinterface}" = "on" ]; then
echo "*** LAST 20 RTL LOGS ***"
sudo journalctl -u RTL -b --no-pager -n20
echo ""
else
echo "- RTL is OFF by config"
fi
echo ""
echo "*** HARDWARE TEST RESULTS ***"
echo "UndervoltageReports in Logs: ${undervoltageReports}"
if [ -f /home/admin/stresstest.report ]; then
sudo cat /home/admin/stresstest.report
fi
echo ""
Loading…
Cancel
Save