From 40bdf0506c08e980164c35a0d54cbb2d1680f890 Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 25 Aug 2019 09:21:59 +1000 Subject: Make start-sim -d 30 actually work. --- scripts/start-sim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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}" bindir="${PRGDIR}/../bin" date=$(date '+%F_%T') all="" -delay=60 +delay=45 quiet="" waiting="" inventory="" @@ -152,7 +152,7 @@ case $(basename $0) in if [ ! "x$all" = "x" ] then - ${tmux_send}:ROBUST.{left} "../scripts/start-sim -a" Enter + ${tmux_send}:ROBUST.{left} "../scripts/start-sim -a -d ${delay}" Enter fi if [ "x$quiet" = "x" ] -- cgit v1.1