From d642cd7a068edcc2a4965afe50d75199d7186046 Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 5 Aug 2019 04:45:02 +1000 Subject: start-sim -w waiting for ROBUST isn't working. --- scripts/start-sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/start-sim') diff --git a/scripts/start-sim b/scripts/start-sim index 8b8fef3..f494111 100755 --- a/scripts/start-sim +++ b/scripts/start-sim @@ -55,7 +55,7 @@ if [ "x$1" = "x" ]; then if [ "$tgt" = "scripts" ]; then uptime pushd ${PRGDIR}/../../config/ROBUST >/dev/null - ./start-sim -w + ./start-sim echo "Sleeping for $((${delay} / 2)) seconds." sleep $((${delay} / 2)) popd > /dev/null -- cgit v1.1