mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
Ui changes
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
# INFOFILE - state data from bootstrap
|
# INFOFILE - state data from bootstrap
|
||||||
source /home/admin/raspiblitz.info
|
source /home/admin/raspiblitz.info
|
||||||
|
source /home/admin/_version.info
|
||||||
|
|
||||||
clear
|
clear
|
||||||
echo "*** Hardware Test Report ***"
|
echo "*** Hardware Test Report ***"
|
||||||
@@ -67,9 +68,9 @@ if [ ${showHeatImproveInfo} -gt 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${showPowerImproveInfo} -eq 0 ] && [ ${showHeatImproveInfo} -eq 0 ]; then
|
if [ ${showPowerImproveInfo} -eq 0 ] && [ ${showHeatImproveInfo} -eq 0 ]; then
|
||||||
dialog --backtitle "RaspiBlitz - Hardware Check" --msgbox "
|
dialog --backtitle "RaspiBlitz v${codeVersion}" --title " Hardware Check " --msgbox "
|
||||||
RaspiBlitz hardware setup looks OK :)
|
RaspiBlitz hardware setup looks good :)
|
||||||
Your good to continue - have fun ...
|
Your are ready to continue - have fun.
|
||||||
|
|
||||||
" 7 65
|
" 8 48
|
||||||
fi
|
fi
|
@@ -20,7 +20,7 @@ if [ ${sysbenchInstalled} -eq 0 ];then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# do debug outputs to the STDERR - so that the STDOUT is just the results in the end
|
# 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
|
echo "Starting sysbench to run for 60 seconds (--max-time=60 --cpu-max-prime=10000)" >&2
|
||||||
|
|
||||||
# result values
|
# result values
|
||||||
|
Reference in New Issue
Block a user