We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58c377 commit 788885cCopy full SHA for 788885c
lib/saucelabs/teardown_tunnel.sh
@@ -7,7 +7,7 @@ echo "Shutting down Sauce Connect tunnel"
7
8
killall sc
9
10
-while [[ -n `ps -ef | grep "bin/sc" | grep -v "grep"` ]]; do
+while [[ -n `ps -ef | grep "sauce-connect-" | grep -v "grep"` ]]; do
11
printf "."
12
sleep .5
13
done
0 commit comments