diff options
author | Kim Alvefur <zash@zash.se> | 2017-04-20 16:21:13 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-04-20 16:21:13 +0200 |
commit | 418962b61c0f94621515125c59185d428bce1327 (patch) | |
tree | 12eacc631d6df28fa731ec8c15923a43d2bbae19 /prosodyctl | |
parent | 56fa06726426891f0ebc7c3bfc7e69ec38ec0a12 (diff) | |
parent | d7900a6980737c8fd3c7f51794a003c96f264a75 (diff) | |
download | prosody-418962b61c0f94621515125c59185d428bce1327.tar.gz prosody-418962b61c0f94621515125c59185d428bce1327.zip |
Merge 0.10->trunk
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 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) |