Browse Source

color undervoltage warning

v1.1
Christian Rotzoll 6 years ago
parent
commit
ca708c83cd
  1. 2
      home.admin/00infoBlitz.sh

2
home.admin/00infoBlitz.sh

@ -295,5 +295,5 @@ ${color_yellow}${ln_publicColor}${ln_external}
"${hdd}" "${sync_percentage}"
if [ ${#undervoltageReports} -gt 0 ] && [ "${undervoltageReports}" != "0" ]; then
echo "${undervoltageReports} undervoltage reports found in syslog"
echo "!! ${color_red}${undervoltageReports} undervoltage reports found in syslog !!"
fi

Loading…
Cancel
Save