aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
authoronefang2019-08-25 09:21:59 +1000
committeronefang2019-08-25 09:21:59 +1000
commit40bdf0506c08e980164c35a0d54cbb2d1680f890 (patch)
treeac0e5e8772a87dc6157a4dc2f666dc0c2f33143f /scripts
parentRemove a remnant of Etcd I had forgot to remove when I got rid of that. (diff)
downloadopensim-SC_OLD-40bdf0506c08e980164c35a0d54cbb2d1680f890.zip
opensim-SC_OLD-40bdf0506c08e980164c35a0d54cbb2d1680f890.tar.gz
opensim-SC_OLD-40bdf0506c08e980164c35a0d54cbb2d1680f890.tar.bz2
opensim-SC_OLD-40bdf0506c08e980164c35a0d54cbb2d1680f890.tar.xz
Make start-sim -d 30 actually work.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/start-sim4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/start-sim b/scripts/start-sim
index 3c1fc2f..48c530a 100755
--- a/scripts/start-sim
+++ b/scripts/start-sim
@@ -12,7 +12,7 @@ tmux_send="${tmux_command} send-keys -t ${tmux_session}"
12bindir="${PRGDIR}/../bin" 12bindir="${PRGDIR}/../bin"
13date=$(date '+%F_%T') 13date=$(date '+%F_%T')
14all="" 14all=""
15delay=60 15delay=45
16quiet="" 16quiet=""
17waiting="" 17waiting=""
18inventory="" 18inventory=""
@@ -152,7 +152,7 @@ case $(basename $0) in
152 152
153 if [ ! "x$all" = "x" ] 153 if [ ! "x$all" = "x" ]
154 then 154 then
155 ${tmux_send}:ROBUST.{left} "../scripts/start-sim -a" Enter 155 ${tmux_send}:ROBUST.{left} "../scripts/start-sim -a -d ${delay}" Enter
156 fi 156 fi
157 157
158 if [ "x$quiet" = "x" ] 158 if [ "x$quiet" = "x" ]