Browse Source

Ui changes

master
Christian Rotzoll 6 years ago
parent
commit
ec2a5e4c39
  1. 9
      home.admin/05hardwareTest.sh
  2. 2
      home.admin/config.scripts/blitz.stresstest.sh

9
home.admin/05hardwareTest.sh

@ -8,6 +8,7 @@
# INFOFILE - state data from bootstrap
source /home/admin/raspiblitz.info
source /home/admin/_version.info
clear
echo "*** Hardware Test Report ***"
@ -67,9 +68,9 @@ if [ ${showHeatImproveInfo} -gt 0 ]; then
fi
if [ ${showPowerImproveInfo} -eq 0 ] && [ ${showHeatImproveInfo} -eq 0 ]; then
dialog --backtitle "RaspiBlitz - Hardware Check" --msgbox "
RaspiBlitz hardware setup looks OK :)
Your good to continue - have fun ...
dialog --backtitle "RaspiBlitz v${codeVersion}" --title " Hardware Check " --msgbox "
RaspiBlitz hardware setup looks good :)
Your are ready to continue - have fun.
" 7 65
" 8 48
fi

2
home.admin/config.scripts/blitz.stresstest.sh

@ -20,7 +20,7 @@ if [ ${sysbenchInstalled} -eq 0 ];then
fi
# do debug outputs to the STDERR - so that the STDOUT is just the results in the end
echo "RaspiBlitz Powertest v0.1" >&2
echo "RaspiBlitz Hardwaretest v0.1" >&2
echo "Starting sysbench to run for 60 seconds (--max-time=60 --cpu-max-prime=10000)" >&2
# result values

Loading…
Cancel
Save