Diff

prosodyctl @ 2497:810fb77b6fe6

prosodyctl: Require util.dependencies to run dependency checks, not only for when starting Prosody directly (thanks Joe)
author Matthew Wild <mwild1@gmail.com>
date Mon, 25 Jan 2010 20:58:15 +0000
parent 2455:0b3184f3c9e4
child 2510:97b5ea975cb9
line wrap: on
line diff
--- 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