mirror of
https://github.com/Misterblue/opensim-docker.git
synced 2026-07-30 11:22:14 +00:00
Complete conversion to Image/config organization.
Have working standalone and standalone-sql configurations for standard opensim image.
This commit is contained in:
@@ -32,7 +32,9 @@ if [[ ! -e "$FIRSTTIMEFLAG" ]] ; then
|
||||
fi
|
||||
|
||||
# Start Opensim
|
||||
echo "Starting OpenSimulator version $(cat $VERSIONDIR/OS_VERSION) with opensim-docker version $(cat $VERSIONDIR/OS_DOCKER_IMAGE_VERSION)"
|
||||
echo "Starting OpenSimulator version $(cat $VERSIONDIR/OS_VERSION)"
|
||||
echo " with opensim-docker version $(cat $VERSIONDIR/OS_DOCKER_IMAGE_VERSION)"
|
||||
echo " using configuration set \"$CONFIG_NAME\""
|
||||
|
||||
cd "$OPENSIMHOME"
|
||||
./run.opensim.sh
|
||||
|
||||
Reference in New Issue
Block a user