util.prosodyctl.check: Recognise global options related to plugin installer
authorKim Alvefur <zash@zash.se>
Thu, 21 Jan 2021 23:38:44 +0100
changeset 11307 0d932bf3a0f7
parent 11306 6bb2986783d0
child 11308 c022b582d312
util.prosodyctl.check: Recognise global options related to plugin installer
util/prosodyctl/check.lua
--- 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)