mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 04:26:28 +02:00
color on undervoltage warning
This commit is contained in:
@@ -295,5 +295,5 @@ ${color_yellow}${ln_publicColor}${ln_external}
|
|||||||
"${hdd}" "${sync_percentage}"
|
"${hdd}" "${sync_percentage}"
|
||||||
|
|
||||||
if [ ${#undervoltageReports} -gt 0 ] && [ "${undervoltageReports}" != "0" ]; then
|
if [ ${#undervoltageReports} -gt 0 ] && [ "${undervoltageReports}" != "0" ]; then
|
||||||
echo "!! ${color_red}${undervoltageReports} undervoltage reports found in syslog !!"
|
echo "!! ${color_red}${undervoltageReports} undervoltage reports found - maybe upgrade power supply !!"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user