mirror of
https://github.com/Misterblue/opensim-docker.git
synced 2026-07-30 11:22:14 +00:00
for a SQLite standalone version and a MariaDB version (docker-compose of two containers).
8 lines
280 B
Bash
Executable File
8 lines
280 B
Bash
Executable File
#! /bin/bash
|
|
# Run the first time to setup the environment for OpenSimulator control
|
|
OPENSIMHOME=${OPENSIMHOME:-/home/opensim}
|
|
OPENSIMBIN=${OPENSIMBIN:-$OPENSIMHOME/opensim/bin}
|
|
|
|
# Setup the crontab entry for this account so OpenSim stays running
|
|
crontab "${OPENSIMHOME}/crontab"
|