diff options
Diffstat (limited to '')
-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" ] |