Skip to content

Commit ad7921e

Browse files
committed
ope
1 parent fc7bec9 commit ad7921e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/scripts/download-chrome.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if [ "$machine" != "MinGw" ]; then
9595
fi
9696

9797
# https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md
98-
if [ "$machine" == "Linux" && -n "$CI" ]; then
98+
if [ "$machine" == "Linux" ] && [ -n "$CI" ]; then
9999
sudo chown root:root "$chrome_out/chrome_sandbox"
100100
sudo chmod 4755 "$chrome_out/chrome_sandbox"
101101
fi

0 commit comments

Comments
 (0)