diff options
author | onefang | 2019-08-25 09:21:59 +1000 |
---|---|---|
committer | onefang | 2019-08-25 09:21:59 +1000 |
commit | 40bdf0506c08e980164c35a0d54cbb2d1680f890 (patch) | |
tree | ac0e5e8772a87dc6157a4dc2f666dc0c2f33143f | |
parent | Remove a remnant of Etcd I had forgot to remove when I got rid of that. (diff) | |
download | opensim-SC-40bdf0506c08e980164c35a0d54cbb2d1680f890.zip opensim-SC-40bdf0506c08e980164c35a0d54cbb2d1680f890.tar.gz opensim-SC-40bdf0506c08e980164c35a0d54cbb2d1680f890.tar.bz2 opensim-SC-40bdf0506c08e980164c35a0d54cbb2d1680f890.tar.xz |
Make start-sim -d 30 actually work.
-rwxr-xr-x | scripts/start-sim | 4 |
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}" | |||
12 | bindir="${PRGDIR}/../bin" | 12 | bindir="${PRGDIR}/../bin" |
13 | date=$(date '+%F_%T') | 13 | date=$(date '+%F_%T') |
14 | all="" | 14 | all="" |
15 | delay=60 | 15 | delay=45 |
16 | quiet="" | 16 | quiet="" |
17 | waiting="" | 17 | waiting="" |
18 | inventory="" | 18 | inventory="" |
@@ -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" ] |