aboutsummaryrefslogtreecommitdiffstats
path: root/util/prosodyctl/check.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-01-21 23:38:44 +0100
committerKim Alvefur <zash@zash.se>2021-01-21 23:38:44 +0100
commit4825d991dc38b068259b53365bcb922e7091679a (patch)
tree912b7e978c883063cfe3e0650a8852fb31eb7a5f /util/prosodyctl/check.lua
parent77ee71daa77d72c5a51a00f56f721e4ba463616e (diff)
downloadprosody-4825d991dc38b068259b53365bcb922e7091679a.tar.gz
prosody-4825d991dc38b068259b53365bcb922e7091679a.zip
util.prosodyctl.check: Recognise global options related to plugin installer
Diffstat (limited to 'util/prosodyctl/check.lua')
-rw-r--r--util/prosodyctl/check.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua
index 86394a18..4822448a 100644
--- a/util/prosodyctl/check.lua
+++ b/util/prosodyctl/check.lua
@@ -47,6 +47,7 @@ local function check(arg)
"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)