build(travis): make sauce connect process query a bit more specific

This commit is contained in:
Igor Minar
2015-09-23 14:00:09 -07:00
parent d58c3778b6
commit 788885c611
+1 -1
View File
@@ -7,7 +7,7 @@ echo "Shutting down Sauce Connect tunnel"
killall sc
while [[ -n `ps -ef | grep "bin/sc" | grep -v "grep"` ]]; do
while [[ -n `ps -ef | grep "sauce-connect-" | grep -v "grep"` ]]; do
printf "."
sleep .5
done