There was an error while loading. Please reload this page.
1 parent 4087e31 commit 44c171eCopy full SHA for 44c171e
scripts/sauce/sauce_connect_teardown.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