From 5b7a5696e50c30dad67af8bd59edae45606cb8e6 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 10 Feb 2009 15:35:41 +0000 Subject: * Overwrite the old saved OpenSim.ini file saved in response to a crash if one already exists --- OpenSim/Region/Application/Application.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Application') diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index b9e82a4..dfa6596 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs @@ -165,7 +165,7 @@ namespace OpenSim m_crashLog.WriteLine(msg); m_crashLog.Close(); - File.Copy("OpenSim.ini", Path.Combine(m_crashDir, log + "_OpenSim.ini")); + File.Copy("OpenSim.ini", Path.Combine(m_crashDir, log + "_OpenSim.ini", true)); } catch (Exception e2) { -- cgit v1.1