From eb231e9eab6b279246a50f3d0f2bcf6e3c5f529a Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 27 May 2017 15:32:28 +0100 Subject: configmanager: Remove support for multiple parsers, fixes #852. --- prosodyctl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'prosodyctl') diff --git a/prosodyctl b/prosodyctl index 1d4296bf..e1f3e321 100755 --- a/prosodyctl +++ b/prosodyctl @@ -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; -- cgit v1.2.3