diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-11 19:07:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-11 19:07:59 +0100 |
| commit | a710d799bd2bb2c5a05668180b4781a9dc847188 (patch) | |
| tree | 2e4fa0aa52478604a09b019adfac879dd5c84386 /src/lib | |
| parent | 8d36c37204ab13d7921500b8fe8151f81e4ee008 (diff) | |
Re-create crypt directory after deleting it.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/util.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 42aaf9815..4b780e1b7 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -839,6 +839,7 @@ make_signer () p /= *i; if (!boost::filesystem::exists (p)) { boost::filesystem::remove_all (sd); + boost::filesystem::create_directories (sd); libdcp::make_signer_chain (sd, openssl_path ()); break; } |
