diff --git a/prosodyctl b/prosodyctl index 9437dae1a..f3c6d784e 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