prosodyctl: Require util.dependencies to run dependency checks, not only for when starting Prosody directly (thanks Joe)
authorMatthew Wild <mwild1@gmail.com>
Mon, 25 Jan 2010 20:58:15 +0000
changeset 2497 810fb77b6fe6
parent 2496 f18b882af1d1
child 2501 f521e89539da
prosodyctl: Require util.dependencies to run dependency checks, not only for when starting Prosody directly (thanks Joe)
prosodyctl
--- a/prosodyctl	Tue Jan 26 01:32:39 2010 +0500
+++ b/prosodyctl	Mon Jan 25 20:58:15 2010 +0000
@@ -32,6 +32,8 @@
 -- Required to be able to find packages installed with luarocks
 pcall(require, "luarocks.require")
 
+require "util.dependencies"
+
 config = require "core.configmanager"
 
 do