prosodyctl: Require util.dependencies to run dependency checks, not only for when starting Prosody directly (thanks Joe)

This commit is contained in:
Matthew Wild 2010-01-25 20:58:15 +00:00
parent 5f166398e8
commit 2cbebc7d42

View file

@ -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