debug xml file change from directory.xml to the extension@domain.com

This commit is contained in:
Mark Crane
2012-12-10 20:41:59 +00:00
parent 4cd0f9ad3c
commit 7f6e65ab44

View File

@@ -685,7 +685,7 @@
--send the xml to the console
if (debug["xml_string"]) then
local file = assert(io.open("/tmp/directory.xml", "w"));
local file = assert(io.open("/tmp/" .. user .. "@" .. domain_name .. ".xml", "w"));
file:write(XML_STRING);
file:close();
end