* Overwrite the old saved OpenSim.ini file saved in response to a crash if one already exists
parent
87f328bd30
commit
5b7a5696e5
|
@ -165,7 +165,7 @@ namespace OpenSim
|
||||||
m_crashLog.WriteLine(msg);
|
m_crashLog.WriteLine(msg);
|
||||||
m_crashLog.Close();
|
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)
|
catch (Exception e2)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue