aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/start-sim
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/start-sim')
-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" ]