mirror of
https://github.com/Misterblue/opensim-docker.git
synced 2026-07-29 19:03:18 +00:00
Small typos
Bump version to 4.0.9
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
4.0.8
|
||||
4.0.9
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
; this Includes.ini is read to setup global variables and then
|
||||
; include the files that are in the $OPENSIMCONFIGDIR/config-include
|
||||
; directory.
|
||||
; Most of the included files are stock from the sources. The final "misc.ini"
|
||||
; Most of the included files are stock from the sources. The final "Final.ini"
|
||||
; overlays values and should include the per-simulator instance changes.
|
||||
|
||||
; The order of include files is important as new values overlay the previous values.
|
||||
@@ -75,7 +75,7 @@
|
||||
|
||||
[Architecture]
|
||||
Include-osslDefaultEnable = "/home/opensim/opensim/bin/config/config-include/osslDefaultEnable.ini"
|
||||
; 'osslDefaultEnable.ini' includes the now empty 'bin/config-include/osslEnable.ini.ini'.
|
||||
; 'osslDefaultEnable.ini' includes the now empty 'bin/config-include/osslEnable.ini'.
|
||||
; The next line includes the 'osslEnable.ini' from this configuration.
|
||||
Include-osslEnable = "/home/opensim/opensim/bin/config/config-include/osslEnable.ini"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ BASE=$(pwd)
|
||||
# source ./envToEnvironment.sh
|
||||
source ./env
|
||||
|
||||
# The selects the configuration to mount and use in the Docker image
|
||||
# This selects the configuration to mount and use in the Docker image
|
||||
export OS_CONFIG=${OS_CONFIG:-standalone}
|
||||
echo "Using configuration \"$OS_CONFIG\""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user