# HG changeset patch # User Kim Alvefur # Date 1611268724 -3600 # Node ID 0d932bf3a0f7cd6ae83268bd780011dd2b732284 # Parent 6bb2986783d0556a6fc6f1edb9d5ac61c3cf5806 util.prosodyctl.check: Recognise global options related to plugin installer diff -r 6bb2986783d0 -r 0d932bf3a0f7 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)