mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
prosodyctl: Make the 'restart' command start Prosody even if it wasn't already running
This commit is contained in:
parent
e74066417c
commit
5ca4d27ae1
1 changed files with 2 additions and 5 deletions
|
@ -509,11 +509,8 @@ function commands.restart(arg)
|
||||||
return 1;
|
return 1;
|
||||||
end
|
end
|
||||||
|
|
||||||
local ret = commands.stop(arg);
|
commands.stop(arg);
|
||||||
if ret == 0 then
|
return commands.start(arg);
|
||||||
ret = commands.start(arg);
|
|
||||||
end
|
|
||||||
return ret;
|
|
||||||
end
|
end
|
||||||
|
|
||||||
-- ejabberdctl compatibility
|
-- ejabberdctl compatibility
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue