diff options
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |