mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-04 09:58:26 +02:00
#474 run stresstest on every startup
This commit is contained in:
parent
20fa41d169
commit
59b7068787
@ -426,5 +426,12 @@ if [ ${loaded} -gt 0 ]; then
|
||||
sed -i "s/^chain=.*/chain=main/g" ${infoFile}
|
||||
fi
|
||||
|
||||
################################
|
||||
# STRESSTEST HARDWARE
|
||||
################################
|
||||
|
||||
# generate stresstest report on every startup (in case hardware has changed)
|
||||
sudo /home/admin/config.scripts/blitz.stresstest.sh /home/admin/stresstest.report
|
||||
|
||||
echo "DONE BOOTSTRAP" >> $logFile
|
||||
exit 0
|
Loading…
x
Reference in New Issue
Block a user