From 58783a5216b81863988110174229a65ceb315e1e Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 4 Nov 2016 00:46:34 +1000 Subject: Attempt to move everything writable, and the configs, out of the bin directory. Log configs are still in the bin directory. --- OpenSim/Framework/Util.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Framework/Util.cs') diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs index 1f74168..b5c3e75 100644 --- a/OpenSim/Framework/Util.cs +++ b/OpenSim/Framework/Util.cs @@ -987,7 +987,7 @@ namespace OpenSim.Framework public static string configDir() { - return "."; + return "../config"; } public static string dataDir() @@ -1005,7 +1005,7 @@ namespace OpenSim.Framework } } - return "./OpenSim.log"; + return "../logs/OpenSim.log"; } public static string logDir() -- cgit v1.1