mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-22 16:10:55 +02:00
Ui changes
This commit is contained in:
@@ -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
|
@@ -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
|
||||
|
Reference in New Issue
Block a user