mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
prosodyctl: Require util.dependencies to run dependency checks, not only for when starting Prosody directly (thanks Joe)
This commit is contained in:
parent
5f166398e8
commit
2cbebc7d42
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ end
|
||||||
-- Required to be able to find packages installed with luarocks
|
-- Required to be able to find packages installed with luarocks
|
||||||
pcall(require, "luarocks.require")
|
pcall(require, "luarocks.require")
|
||||||
|
|
||||||
|
require "util.dependencies"
|
||||||
|
|
||||||
config = require "core.configmanager"
|
config = require "core.configmanager"
|
||||||
|
|
||||||
do
|
do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue