diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua index cdea04b97..e7e362e1b 100644 --- a/util/prosodyctl/check.lua +++ b/util/prosodyctl/check.lua @@ -1277,6 +1277,7 @@ local function check(arg) local count = it.count(pairs(turn_services)); if count == 0 then print("Error: Unable to find any TURN services configured. Enable mod_turn_external!"); + ok = false; else print("Identified "..tostring(count).." TURN services."); print("");