Software /
code /
prosody
Changeset
11303:0d932bf3a0f7
util.prosodyctl.check: Recognise global options related to plugin installer
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 21 Jan 2021 23:38:44 +0100 |
parents | 11302:6bb2986783d0 |
children | 11304:c022b582d312 |
files | util/prosodyctl/check.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/util/prosodyctl/check.lua Thu Jan 21 23:33:59 2021 +0100 +++ b/util/prosodyctl/check.lua Thu Jan 21 23:38:44 2021 +0100 @@ -47,6 +47,7 @@ "umask", "prosodyctl_timeout", "use_ipv6", "use_libevent", "network_settings", "network_backend", "http_default_host", "statistics_interval", "statistics", "statistics_config", + "plugin_server", "installer_plugin_path", }); local config = configmanager.getconfig(); -- Check that we have any global options (caused by putting a host at the top)