diff options
author | David Walter Seikel | 2016-11-04 00:46:34 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-11-04 00:46:34 +1000 |
commit | 58783a5216b81863988110174229a65ceb315e1e (patch) | |
tree | 74d08dcd7e127f288cd7a8026c776385a738d484 /OpenSim/Framework/Util.cs | |
parent | Even OpenSim removed the silly IAR avatar presence check. Purge it with fire. (diff) | |
download | opensim-SC-58783a5216b81863988110174229a65ceb315e1e.zip opensim-SC-58783a5216b81863988110174229a65ceb315e1e.tar.gz opensim-SC-58783a5216b81863988110174229a65ceb315e1e.tar.bz2 opensim-SC-58783a5216b81863988110174229a65ceb315e1e.tar.xz |
Attempt to move everything writable, and the configs, out of the bin directory.
Log configs are still in the bin directory.
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r-- | OpenSim/Framework/Util.cs | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
987 | 987 | ||
988 | public static string configDir() | 988 | public static string configDir() |
989 | { | 989 | { |
990 | return "."; | 990 | return "../config"; |
991 | } | 991 | } |
992 | 992 | ||
993 | public static string dataDir() | 993 | public static string dataDir() |
@@ -1005,7 +1005,7 @@ namespace OpenSim.Framework | |||
1005 | } | 1005 | } |
1006 | } | 1006 | } |
1007 | 1007 | ||
1008 | return "./OpenSim.log"; | 1008 | return "../logs/OpenSim.log"; |
1009 | } | 1009 | } |
1010 | 1010 | ||
1011 | public static string logDir() | 1011 | public static string logDir() |