aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 9437dae1..f3c6d784 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -316,7 +316,7 @@ function commands.stop(arg)
if ok then
local i=1;
while true do
- local ok, running = prosodyctl.isrunning();
+ local ok, running = prosodyctl.isrunning(); --luacheck: ignore 421
if ok and not running then
break;
elseif i == 5 then