From 9a4a8ff80b44992d80b5674cd3f15aa6b6a728cd Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sat, 28 Sep 2024 14:45:31 +0000 Subject: [PATCH] Small typos Bump version to 4.0.9 --- VERSION.txt | 2 +- image-opensim/config-osgrid/Includes.ini | 4 ++-- image-opensim/run-opensim.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index a2cec7a..7919852 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -4.0.8 +4.0.9 diff --git a/image-opensim/config-osgrid/Includes.ini b/image-opensim/config-osgrid/Includes.ini index 0c95299..fef2fca 100755 --- a/image-opensim/config-osgrid/Includes.ini +++ b/image-opensim/config-osgrid/Includes.ini @@ -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" diff --git a/image-opensim/run-opensim.sh b/image-opensim/run-opensim.sh index c245dc8..d639078 100755 --- a/image-opensim/run-opensim.sh +++ b/image-opensim/run-opensim.sh @@ -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\""