diff options
author | onefang | 2019-07-04 18:21:24 +1000 |
---|---|---|
committer | onefang | 2019-07-04 18:21:24 +1000 |
commit | abd72cda8a26025b30ed5f1e7e38a18f3a07a09b (patch) | |
tree | dbbc46f6ec9e1b2e3d85337de62c5aa0a2f9dc46 | |
parent | Silly script to get around the lack of includes in ROBUST. (diff) | |
download | opensim-SC-abd72cda8a26025b30ed5f1e7e38a18f3a07a09b.zip opensim-SC-abd72cda8a26025b30ed5f1e7e38a18f3a07a09b.tar.gz opensim-SC-abd72cda8a26025b30ed5f1e7e38a18f3a07a09b.tar.bz2 opensim-SC-abd72cda8a26025b30ed5f1e7e38a18f3a07a09b.tar.xz |
Put ConfigPath back in.
ROBUST needs it.
-rw-r--r-- | bin/config-include/config_IG.ini | 1 | ||||
-rw-r--r-- | bin/config-include/config_MG.ini | 1 | ||||
-rw-r--r-- | bin/config-include/config_localhost.ini | 1 |
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 | ||