plinss / acmebot

Certificate manager bot using ACME protocol
GNU General Public License v3.0
116 stars 20 forks source link

[RFE] check for the existance of directories #25

Closed OlafLostViking closed 6 years ago

OlafLostViking commented 6 years ago

Currently, acmebot crashes hard while running when a configured directory is not available. A check beforehand could prevent half-done jobs (in my case tmp was wrong).

plinss commented 6 years ago

It did create all directories except the temp directory, now the temp directory is created too.