From 5c2572fed212482ceed94aa22d40e38f9cf3f9aa Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 5 Aug 2019 05:05:48 +1000 Subject: Pass -q through to ROBUST on start them all mode of start-sim. --- scripts/start-sim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/start-sim') diff --git a/scripts/start-sim b/scripts/start-sim index f494111..78e627d 100755 --- a/scripts/start-sim +++ b/scripts/start-sim @@ -40,13 +40,13 @@ fi if [ "$1" = "-q" ] then - quiet="true" + quiet="-q" shift 1 fi if [ "$1" = "-w" ] then - waiting="true" + waiting="-w" shift 1 fi @@ -55,7 +55,7 @@ if [ "x$1" = "x" ]; then if [ "$tgt" = "scripts" ]; then uptime pushd ${PRGDIR}/../../config/ROBUST >/dev/null - ./start-sim + ./start-sim $quiet echo "Sleeping for $((${delay} / 2)) seconds." sleep $((${delay} / 2)) popd > /dev/null -- cgit v1.1