Mercurial > prosody-hg
changeset 14091:f20bb1c53652
Merge 13.0->trunk
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 21 Feb 2026 17:08:11 +0100 |
| parents | ec2996387db4 (current diff) 2aeb5dcb36bf (diff) |
| children | 72018fe1c334 |
| files | plugins/mod_admin_shell.lua |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_admin_shell.lua Fri Feb 20 15:48:40 2026 +0100 +++ b/plugins/mod_admin_shell.lua Sat Feb 21 17:08:11 2026 +0100 @@ -2458,7 +2458,7 @@ local print = self.session.print; local cm = require "core.certmanager"; - path = path or module:get_option("certificates", "certs"); + path = path or module:get_option_path("certificates", "certs", "config"); local sink = logger.add_simple_sink(function (source, level, message) if source == "certmanager" then
