* Fixes the admin_shutdown xmlrpc method
* Adds a share/python/console/shutdown.py script for shutting down a background OpenSim
* For more details see http://xyzzyxyzzy.net/2008/04/29/console-less-opensim/
* There should also be instructions in the opensimulator wiki soon as well
This commit is contained in:
Justin Clarke Casey
2008-04-29 14:50:27 +00:00
parent 97db1e8af0
commit 763ae779ff
4 changed files with 62 additions and 23 deletions

View File

@@ -83,7 +83,6 @@ namespace OpenSim
if (background)
{
Console.WriteLine("background mode");
OpenSimMain sim = new OpenSimMain(configSource);
sim.StartUp();
}