mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
configmanager: Remove support for multiple parsers, fixes #852.
This commit is contained in:
parent
30cd746fdf
commit
eb231e9eab
3 changed files with 8 additions and 27 deletions
|
@ -74,9 +74,7 @@ do
|
|||
end
|
||||
table.remove(arg, 1); table.remove(arg, 1);
|
||||
else
|
||||
for _, format in ipairs(config.parsers()) do
|
||||
table.insert(filenames, (CFG_CONFIGDIR or ".").."/prosody.cfg."..format);
|
||||
end
|
||||
table.insert(filenames, (CFG_CONFIGDIR or ".").."/prosody.cfg.lua");
|
||||
end
|
||||
for _,_filename in ipairs(filenames) do
|
||||
filename = _filename;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue