aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authoronefang2019-07-04 18:21:24 +1000
committeronefang2019-07-04 18:21:24 +1000
commitabd72cda8a26025b30ed5f1e7e38a18f3a07a09b (patch)
treedbbc46f6ec9e1b2e3d85337de62c5aa0a2f9dc46 /bin
parentSilly script to get around the lack of includes in ROBUST. (diff)
downloadopensim-SC_OLD-abd72cda8a26025b30ed5f1e7e38a18f3a07a09b.zip
opensim-SC_OLD-abd72cda8a26025b30ed5f1e7e38a18f3a07a09b.tar.gz
opensim-SC_OLD-abd72cda8a26025b30ed5f1e7e38a18f3a07a09b.tar.bz2
opensim-SC_OLD-abd72cda8a26025b30ed5f1e7e38a18f3a07a09b.tar.xz
Put ConfigPath back in.
ROBUST needs it.
Diffstat (limited to 'bin')
-rw-r--r--bin/config-include/config_IG.ini1
-rw-r--r--bin/config-include/config_MG.ini1
-rw-r--r--bin/config-include/config_localhost.ini1
3 files changed, 3 insertions, 0 deletions
diff --git a/bin/config-include/config_IG.ini b/bin/config-include/config_IG.ini
index ecdd5c0..b26dc43 100644
--- a/bin/config-include/config_IG.ini
+++ b/bin/config-include/config_IG.ini
@@ -15,6 +15,7 @@
15 AssetsPath = "../../AssetFiles" 15 AssetsPath = "../../AssetFiles"
16 BackupPath = "../../backups" 16 BackupPath = "../../backups"
17 CachePath = "../../caches" 17 CachePath = "../../caches"
18 ConfigPath = "../../config"
18 DbPath = "../../db" 19 DbPath = "../../db"
19 LogPath = "../../logs" 20 LogPath = "../../logs"
20 21
diff --git a/bin/config-include/config_MG.ini b/bin/config-include/config_MG.ini
index fd812a7..1af3a56 100644
--- a/bin/config-include/config_MG.ini
+++ b/bin/config-include/config_MG.ini
@@ -15,6 +15,7 @@
15 AssetsPath = "../../AssetFiles" 15 AssetsPath = "../../AssetFiles"
16 BackupPath = "../../backups" 16 BackupPath = "../../backups"
17 CachePath = "../../caches" 17 CachePath = "../../caches"
18 ConfigPath = "../../config"
18 DbPath = "../../db" 19 DbPath = "../../db"
19 LogPath = "../../logs" 20 LogPath = "../../logs"
20 21
diff --git a/bin/config-include/config_localhost.ini b/bin/config-include/config_localhost.ini
index 510c8b6..7efdb44 100644
--- a/bin/config-include/config_localhost.ini
+++ b/bin/config-include/config_localhost.ini
@@ -15,6 +15,7 @@
15 AssetsPath = "../../AssetFiles" 15 AssetsPath = "../../AssetFiles"
16 BackupPath = "../../backups" 16 BackupPath = "../../backups"
17 CachePath = "../../caches" 17 CachePath = "../../caches"
18 ConfigPath = "../../config"
18 DbPath = "../../db" 19 DbPath = "../../db"
19 LogPath = "../../logs" 20 LogPath = "../../logs"
20 21