aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/start-sim
diff options
context:
space:
mode:
authoronefang2019-08-01 05:54:22 +1000
committeronefang2019-08-01 05:54:22 +1000
commitdbff9cb5ec4b84a75b3eef1569c0da9c2175784e (patch)
treedcdcfe36060b63cd96ddfad6d2e76f40d525355c /scripts/start-sim
parentAutomatically add members to certain groups, and HGers from specific grids to... (diff)
downloadopensim-SC_OLD-dbff9cb5ec4b84a75b3eef1569c0da9c2175784e.zip
opensim-SC_OLD-dbff9cb5ec4b84a75b3eef1569c0da9c2175784e.tar.gz
opensim-SC_OLD-dbff9cb5ec4b84a75b3eef1569c0da9c2175784e.tar.bz2
opensim-SC_OLD-dbff9cb5ec4b84a75b3eef1569c0da9c2175784e.tar.xz
ROBUST does support includes, so use them.
Diffstat (limited to 'scripts/start-sim')
-rwxr-xr-xscripts/start-sim4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/start-sim b/scripts/start-sim
index 774aa54..3966ac8 100755
--- a/scripts/start-sim
+++ b/scripts/start-sim
@@ -92,10 +92,6 @@ case $(basename $0) in
92 if [ ! -e ${PRGDIR}/../../caches/${tgt}.pid ] 92 if [ ! -e ${PRGDIR}/../../caches/${tgt}.pid ]
93 then 93 then
94 if [ "x$tgt" = "xROBUST" ]; then 94 if [ "x$tgt" = "xROBUST" ]; then
95 pushd ${PRGDIR}/../scripts
96 $SUDO ./robust-include
97 popd
98 cmd="${cmd} -inifile=${PRGDIR}/../../config/Robust.ini"
99 ${tmux_command} split-window -hp 50 -t "${tmux_session}:" "${cmd}" 95 ${tmux_command} split-window -hp 50 -t "${tmux_session}:" "${cmd}"
100 else 96 else
101 ${tmux_command} new-window -dn "${title}" -t "${tmux_session}:${num}" "${cmd}" 97 ${tmux_command} new-window -dn "${title}" -t "${tmux_session}:${num}" "${cmd}"