|
|
@ -508,6 +508,10 @@ if [ "${baseImage}" = "raspbian" ] ; then |
|
|
|
sed -i "s/^state=.*/state=stresstest/g" ${infoFile} |
|
|
|
sed -i "s/^message=.*/message='Testing Hardware 60s'/g" ${infoFile} |
|
|
|
sudo /home/admin/config.scripts/blitz.stresstest.sh /home/admin/stresstest.report |
|
|
|
source /home/admin/stresstest.report |
|
|
|
if [ "${powerWARN}" = "0" ]; then |
|
|
|
sudo rm /var/log/syslog |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
echo "DONE BOOTSTRAP" >> $logFile |
|
|
|