diff options
author | onefang | 2019-08-05 04:45:02 +1000 |
---|---|---|
committer | onefang | 2019-08-05 04:45:02 +1000 |
commit | d642cd7a068edcc2a4965afe50d75199d7186046 (patch) | |
tree | 24ccccbaa38f7027bf1112adb335e6985770e7f4 | |
parent | Running start-sim in scripts now starts everything up, with a delay. (diff) | |
download | opensim-SC_OLD-d642cd7a068edcc2a4965afe50d75199d7186046.zip opensim-SC_OLD-d642cd7a068edcc2a4965afe50d75199d7186046.tar.gz opensim-SC_OLD-d642cd7a068edcc2a4965afe50d75199d7186046.tar.bz2 opensim-SC_OLD-d642cd7a068edcc2a4965afe50d75199d7186046.tar.xz |
start-sim -w waiting for ROBUST isn't working.
Diffstat (limited to '')
-rwxr-xr-x | scripts/start-sim | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
55 | if [ "$tgt" = "scripts" ]; then | 55 | if [ "$tgt" = "scripts" ]; then |
56 | uptime | 56 | uptime |
57 | pushd ${PRGDIR}/../../config/ROBUST >/dev/null | 57 | pushd ${PRGDIR}/../../config/ROBUST >/dev/null |
58 | ./start-sim -w | 58 | ./start-sim |
59 | echo "Sleeping for $((${delay} / 2)) seconds." | 59 | echo "Sleeping for $((${delay} / 2)) seconds." |
60 | sleep $((${delay} / 2)) | 60 | sleep $((${delay} / 2)) |
61 | popd > /dev/null | 61 | popd > /dev/null |