diff options
author | onefang | 2019-08-04 02:40:12 +1000 |
---|---|---|
committer | onefang | 2019-08-04 02:40:12 +1000 |
commit | e4199a3e68f4cdd160edcbb73a214fd116716091 (patch) | |
tree | d26c4a0acd5e92b21c28f469172e5f825c61050a /scripts | |
parent | start-sim wait for the [RegionReady]: INITIALIZATION COMPLETE FOR message. (diff) | |
download | opensim-SC_OLD-e4199a3e68f4cdd160edcbb73a214fd116716091.zip opensim-SC_OLD-e4199a3e68f4cdd160edcbb73a214fd116716091.tar.gz opensim-SC_OLD-e4199a3e68f4cdd160edcbb73a214fd116716091.tar.bz2 opensim-SC_OLD-e4199a3e68f4cdd160edcbb73a214fd116716091.tar.xz |
Don't wait_for_text for anything between [], coz that's a grep thing.
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 330b16b..9f0a916 100755 --- a/scripts/start-sim +++ b/scripts/start-sim | |||
@@ -114,7 +114,7 @@ case $(basename $0) in | |||
114 | 114 | ||
115 | if [ ! "x$waiting" = "x" ] | 115 | if [ ! "x$waiting" = "x" ] |
116 | then | 116 | then |
117 | wait_for_text "${title}" "[RegionReady]: INITIALIZATION COMPLETE FOR ${title}" | 117 | wait_for_text "${title}" "INITIALIZATION COMPLETE FOR ${title}" |
118 | fi | 118 | fi |
119 | 119 | ||
120 | ;; | 120 | ;; |