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

This commit is contained in:
Igor Minar 2015-09-23 13:59:41 -07:00
parent 4087e3115b
commit 44c171e399
1 changed files with 1 additions and 1 deletions

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