diff options
author | onefang | 2019-05-28 06:19:38 +1000 |
---|---|---|
committer | onefang | 2019-05-28 06:19:38 +1000 |
commit | f921cb712e67893b44496192e5297335ed65caf7 (patch) | |
tree | b3b2782530414e23400f10ecc5b718682d2745b1 /scripts/start-sim | |
parent | Management scripts encounters the real world, needs patching up. (diff) | |
download | opensim-SC_OLD-f921cb712e67893b44496192e5297335ed65caf7.zip opensim-SC_OLD-f921cb712e67893b44496192e5297335ed65caf7.tar.gz opensim-SC_OLD-f921cb712e67893b44496192e5297335ed65caf7.tar.bz2 opensim-SC_OLD-f921cb712e67893b44496192e5297335ed65caf7.tar.xz |
Add [Region] .ini block.
For including actual region definition in the normal .ini stack.
Same as the usual Region.ini format, except we add a RegionName
parameter.
Diffstat (limited to 'scripts/start-sim')
-rwxr-xr-x | scripts/start-sim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/start-sim b/scripts/start-sim index 3c6370f..4bcc803 100755 --- a/scripts/start-sim +++ b/scripts/start-sim | |||
@@ -71,7 +71,7 @@ if [ "x$tgt" = "xROBUST" ]; then | |||
71 | title="ROBUST" | 71 | title="ROBUST" |
72 | elif [ "x$inventory" = "x" ]; then | 72 | elif [ "x$inventory" = "x" ]; then |
73 | exe="OpenSim" | 73 | exe="OpenSim" |
74 | # Grab the first Section line of the sims .xml file, cut it down to the name. | 74 | # Grab the first RegionName line of the sims .ini file, cut it down to the name. |
75 | title=$(getSimName ${num}) | 75 | title=$(getSimName ${num}) |
76 | fi | 76 | fi |
77 | 77 | ||