madMAx43v3r / chia-gigahorse

220 stars 32 forks source link

Fix harvester docker setups #224

Closed felixbrucker closed 8 months ago

felixbrucker commented 8 months ago

Currently if you specifiy the necessary environment flags for easier remote harvester setup, the image will re-init the ssl directory on every startup. If one does not specify them it just exits.

This PR fixes this by only initing the directory if the flags are present and continuing on as usual if they are not.