mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-06-02 23:42:30 +02:00
Update miner_start.sh
fix issue where old corrupt log files cause webui to not display properly
This commit is contained in:
parent
e447564d06
commit
e99c9ccb28
@ -13,6 +13,9 @@ start_hashboards()
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#clear old log files
|
||||||
|
rm apollo-miner.*
|
||||||
|
|
||||||
#reset internal hashboard
|
#reset internal hashboard
|
||||||
gpio write 0 0
|
gpio write 0 0
|
||||||
sleep .5
|
sleep .5
|
||||||
|
Loading…
Reference in New Issue
Block a user