mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.dependencies, prosody, prosodyctl: Give util.dependencies a check_dependencies() function so the caller can decide what to do when dependencies aren't met - update prosody/prosodyctl for this change
This commit is contained in:
parent
74ceb83cca
commit
08284a586e
3 changed files with 95 additions and 85 deletions
|
@ -29,10 +29,13 @@ if CFG_DATADIR then
|
|||
end
|
||||
end
|
||||
|
||||
if not require "util.dependencies".check_dependencies() then
|
||||
os.exit(1);
|
||||
end
|
||||
|
||||
-- Required to be able to find packages installed with luarocks
|
||||
pcall(require, "luarocks.require")
|
||||
|
||||
require "util.dependencies"
|
||||
|
||||
config = require "core.configmanager"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue