prosodyctl, util.prosodyctl: Pass source path as a parameter instead of global variable

This commit is contained in:
Matthew Wild 2018-03-22 21:54:59 +00:00
parent 34473917a1
commit c0912560a4
2 changed files with 4 additions and 6 deletions

View file

@ -219,7 +219,7 @@ function commands.start(arg)
return 1;
end
local ok, ret = prosodyctl.start();
local ok, ret = prosodyctl.start(prosody.paths.source);
if ok then
local daemonize = config.get("*", "daemonize");
if daemonize == nil then