Skip to content

Commit

Permalink
Don't create acme cache dir (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Oct 28, 2022
1 parent 313d86e commit d330bda
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/subcommand/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,6 @@ impl Server {
options.data_dir()?.join("acme-cache")
};

if let Err(err) = fs::create_dir_all(&acme_cache) {
bail!(
"failed to create acme cache dir `{}`: {err}",
acme_cache.display()
);
}

Ok(acme_cache)
}

Expand Down

0 comments on commit d330bda

Please sign in to comment.