shorten text

This commit is contained in:
Christian Rotzoll 2019-04-10 16:08:25 +01:00
parent 3ac6911849
commit 0a008b2372

View File

@ -297,7 +297,7 @@ ${color_yellow}${ln_publicColor}${ln_external}${color_red}
source /home/admin/stresstest.report 2>/dev/null
if [ ${#undervoltageReports} -gt 0 ] && [ "${undervoltageReports}" != "0" ]; then
echo "${undervoltageReports} undervoltage reports found - run 'Hardware Test' in main menu"
echo "${undervoltageReports} undervoltage reports - run 'Hardware Test' in menu"
elif [ ${#powerFAIL} -gt 0 ] && [ ${powerFAIL} -gt 0 ]; then
echo "Weak power supply detected - run 'Hardware Test' in main menu"
echo "Weak power supply detected - run 'Hardware Test' in menu"
fi