chai/support/sauce/sauce_connect_block.sh
2013-09-17 22:13:12 -04:00

7 lines
121 B
Bash
Executable file

#!/bin/bash
# Wait for Connect to be ready before exiting
while [ ! -f $SAUCE_CONNECT_READY_FILE ]; do
sleep .5
done