aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-01-25 20:58:15 +0000
committerMatthew Wild <mwild1@gmail.com>2010-01-25 20:58:15 +0000
commit2cbebc7d4296a9042f6fba0360aa5846c1104181 (patch)
tree92cb9c2b40804d94952607c1eaa23d9538b422c8 /prosodyctl
parent5f166398e8b88ecaa8ce0ee597499a6f1a324066 (diff)
downloadprosody-2cbebc7d4296a9042f6fba0360aa5846c1104181.tar.gz
prosody-2cbebc7d4296a9042f6fba0360aa5846c1104181.zip
prosodyctl: Require util.dependencies to run dependency checks, not only for when starting Prosody directly (thanks Joe)
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 2 insertions, 0 deletions
diff --git a/prosodyctl b/prosodyctl
index 1c82d458..9f51cb68 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -32,6 +32,8 @@ end
-- Required to be able to find packages installed with luarocks
pcall(require, "luarocks.require")
+require "util.dependencies"
+
config = require "core.configmanager"
do