From 12fda28f10d4c6fb43060e97978ec82b84bb8f82 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Wed, 10 Apr 2019 16:02:05 +0100 Subject: [PATCH] #474 info on LCD on power fail --- home.admin/00infoBlitz.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home.admin/00infoBlitz.sh b/home.admin/00infoBlitz.sh index 358aa0c19..13f4724ff 100755 --- a/home.admin/00infoBlitz.sh +++ b/home.admin/00infoBlitz.sh @@ -296,5 +296,7 @@ ${color_yellow}${ln_publicColor}${ln_external}${color_red} "${hdd}" "${sync_percentage}" if [ ${#undervoltageReports} -gt 0 ] && [ "${undervoltageReports}" != "0" ]; then - echo "${undervoltageReports} undervoltage reports found - maybe upgrade power supply" + echo "${undervoltageReports} undervoltage reports found - please 'Hardware Test' in main menu" +elif [ ${#powerFAIL} -gt 0 ] && [ ${powerFAIL} -gt 0 ]; then + echo "Weak power supply detected - please 'Hardware Test' in main menu" fi