Reimplemented running of ShutdownCommandFile. Mantis #2800
parent
a8fff196f5
commit
fa28d1ab7d
|
@ -129,6 +129,15 @@ namespace OpenSim
|
|||
ChangeSelectedRegion(new string[] {"root"});
|
||||
}
|
||||
|
||||
public override void ShutdownSpecific()
|
||||
{
|
||||
if (m_shutdownCommandsFile != String.Empty)
|
||||
{
|
||||
RunCommandScript(m_shutdownCommandsFile);
|
||||
}
|
||||
base.ShutdownSpecific();
|
||||
}
|
||||
|
||||
private void RunAutoTimerScript(object sender, EventArgs e)
|
||||
{
|
||||
if (m_timedScript != "disabled")
|
||||
|
|
Loading…
Reference in New Issue