mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Initialize logging before checking dependencies
This commit is contained in:
parent
9e179c8aa7
commit
697504312c
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ if CFG_DATADIR then
|
|||
end
|
||||
end
|
||||
|
||||
require "core.loggingmanager"
|
||||
|
||||
if not require "util.dependencies".check_dependencies() then
|
||||
os.exit(1);
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue