diff options
author | Matthew Wild <mwild1@gmail.com> | 2020-01-19 15:34:28 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2020-01-19 15:34:28 +0000 |
commit | dba007553fe79b95204bb0339ac8a07e99e43327 (patch) | |
tree | 1e85157ba97ad52e95cd1ef29ffab4572e4a91e1 /prosody | |
parent | 23ded0507b5f4fa41a1ca46e84cc676840eb6ed9 (diff) | |
parent | 37ba5f795f519c55a28ae6b2a7a8cb239d097545 (diff) | |
download | prosody-dba007553fe79b95204bb0339ac8a07e99e43327.tar.gz prosody-dba007553fe79b95204bb0339ac8a07e99e43327.zip |
Merge 0.11->trunk
Diffstat (limited to 'prosody')
-rwxr-xr-x | prosody | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -43,11 +43,7 @@ if CFG_DATADIR then end end -if #arg > 0 and arg[1] ~= "--config" then - print("Unknown command-line option: "..tostring(arg[1])); - print("Perhaps you meant to use prosodyctl instead?"); - return 1; -end + local startup = require "util.startup"; local async = require "util.async"; |