aboutsummaryrefslogtreecommitdiffstats
path: root/util/prosodyctl
diff options
context:
space:
mode:
Diffstat (limited to 'util/prosodyctl')
-rw-r--r--util/prosodyctl/check.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua
index c6b8a14b..dc8c75f1 100644
--- a/util/prosodyctl/check.lua
+++ b/util/prosodyctl/check.lua
@@ -1702,7 +1702,7 @@ local function check(arg)
{
name = "File sharing";
check = function ()
- check_component("http_file_share", "http_upload");
+ check_component("http_file_share", "http_upload", "http_upload_external");
end;
};
{