mirror of
https://github.com/processone/ejabberd.git
synced 2024-09-07 13:35:42 +02:00
Adopt mix task to changes in ejabberd_config
This commit is contained in:
parent
c2d97854e3
commit
e520a4c78d
@ -15,7 +15,7 @@ defmodule Mix.Tasks.Ejabberd.Deps.Tree do
|
||||
# First we need to start manually the store to be available
|
||||
# during the compilation of the config file.
|
||||
Ejabberd.Config.Store.start_link
|
||||
Ejabberd.Config.init(:ejabberd_config.get_ejabberd_config_path())
|
||||
Ejabberd.Config.init(:ejabberd_config.path())
|
||||
|
||||
Mix.shell.info "ejabberd modules"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user