We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7bec9 commit ad7921eCopy full SHA for ad7921e
core/scripts/download-chrome.sh
@@ -95,7 +95,7 @@ if [ "$machine" != "MinGw" ]; then
95
fi
96
97
# https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md
98
-if [ "$machine" == "Linux" && -n "$CI" ]; then
+if [ "$machine" == "Linux" ] && [ -n "$CI" ]; then
99
sudo chown root:root "$chrome_out/chrome_sandbox"
100
sudo chmod 4755 "$chrome_out/chrome_sandbox"
101
0 commit comments