aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sauce/sauce_connect_block.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sauce/sauce_connect_block.sh')
-rwxr-xr-xlib/sauce/sauce_connect_block.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/sauce/sauce_connect_block.sh b/lib/sauce/sauce_connect_block.sh
new file mode 100755
index 00000000..126d3710
--- /dev/null
+++ b/lib/sauce/sauce_connect_block.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+
+# Wait for Connect to be ready before exiting
+while [ ! -f $SAUCE_CONNECT_READY_FILE ]; do
+ sleep .5
+done