mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
don't create deletion_token dir anymore
This commit is contained in:
parent
f9972fef00
commit
5900f1a8f4
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ impl Filesystem {
|
|||
|
||||
// create directories
|
||||
create_dir_all(base.join("verification_tokens"))?;
|
||||
create_dir_all(base.join("deletion_tokens"))?;
|
||||
create_dir_all(base.join("scratch_pad"))?;
|
||||
|
||||
let base_by_keyid = base.join("public").join("by-keyid");
|
||||
|
|
Loading…
Reference in a new issue