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 07b68e69..20aaae2f 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -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