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