Update miner_start.sh

fix issue where old corrupt log files cause webui to not display properly
This commit is contained in:
jstefanop 2022-07-15 13:54:35 -04:00
parent e447564d06
commit e99c9ccb28

View File

@ -13,6 +13,9 @@ start_hashboards()
done
}
#clear old log files
rm apollo-miner.*
#reset internal hashboard
gpio write 0 0
sleep .5