mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
Solution for #231 ?
This commit is contained in:
parent
911f833ede
commit
185b4416a0
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ class GPG
|
||||||
throw new \Exception("socket name for '{$homedir}/S.gpg-agent.extra' is too long");
|
throw new \Exception("socket name for '{$homedir}/S.gpg-agent.extra' is too long");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
\clearstatcache();
|
||||||
if ($homedir && !\is_dir($homedir) && !\mkdir($homedir, 0700, true)) {
|
if ($homedir && !\is_dir($homedir) && !\mkdir($homedir, 0700, true)) {
|
||||||
throw new \Exception("mkdir({$homedir}) failed");
|
throw new \Exception("mkdir({$homedir}) failed");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue