[macOS] suppress pipefail pgrep exit code (#3208)

This commit is contained in:
Aleksandr Chebotov
2021-04-19 17:18:32 +03:00
committed by GitHub
parent a06f07dfb4
commit 83f2d79254

View File

@@ -44,7 +44,7 @@ do
done
echo "kill autoupdate process"
ps -ef | grep [M]icrosoft | awk '{print $2}' | sudo xargs kill -9
pgrep [M]icrosoft | sudo xargs kill -9 || true
echo "remove autupdate service"
sudo launchctl remove com.microsoft.autoupdate.helper