diff options
author | Matthew Wild <mwild1@gmail.com> | 2025-02-16 14:29:02 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2025-02-16 14:29:02 +0000 |
commit | 2c39c676ce22bad56627256029e42c8f76c4fb8a (patch) | |
tree | c5b98ce615e019db9e89037282f82cb5215b8b3d /util | |
parent | 14c171ab612fa55966524c01661de41673683e61 (diff) | |
parent | 3ba87d07a971a388a40caf7eb45887c1c81766f9 (diff) | |
download | prosody-2c39c676ce22bad56627256029e42c8f76c4fb8a.tar.gz prosody-2c39c676ce22bad56627256029e42c8f76c4fb8a.zip |
Merge 13.0->trunk
Diffstat (limited to 'util')
-rw-r--r-- | util/prosodyctl/check.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua index 1ea8d56d..dc8c75f1 100644 --- a/util/prosodyctl/check.lua +++ b/util/prosodyctl/check.lua @@ -1524,7 +1524,7 @@ local function check(arg) end end print(""); - print("", "", "If you have already configured any these components, they may not be"); + print("", "", "If you have already configured any of these components, they may not be"); print("", "", "linked correctly to "..host..". For more info see https://prosody.im/doc/components"); end if feature.lacking_component_modules then @@ -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; }; { |