mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 0.10->trunk
This commit is contained in:
commit
8e1cca01e9
1 changed files with 1 additions and 1 deletions
|
@ -701,7 +701,7 @@ local cert_basedir = CFG_DATADIR or "./certs";
|
|||
if have_pposix and pposix.getuid() == 0 then
|
||||
-- FIXME should be enough to check if this directory is writable
|
||||
local cert_dir = config.get("*", "certificates") or "certs";
|
||||
cert_basedir = config.resolve_relative_path(config.paths.certs, cert_dir);
|
||||
cert_basedir = config.resolve_relative_path(prosody.paths.config, cert_dir);
|
||||
end
|
||||
|
||||
function cert_commands.config(arg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue