diff --git a/includes/install/scripts/xml_handler.lua b/includes/install/scripts/xml_handler.lua index 57011fa398..8b0a844bb7 100644 --- a/includes/install/scripts/xml_handler.lua +++ b/includes/install/scripts/xml_handler.lua @@ -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