Skip to content

Commit

Permalink
Fix token error and and change chromedriver paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 authored Nov 12, 2021
1 parent e2607e0 commit a4249c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chrome/installer/linux/common/installer.include
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,8 @@ stage_install_common() {
"${STAGEDIR}${INSTALLDIR}/*" -type f | xargs file -b |
grep -ce "^ELF" || true)
if [ "${ELF_OUTSIDE_INSTALLDIR}" -ne 0 ]; then
echo "ERROR: Found ${ELF_OUTSIDE_INSTALLDIR} ELF binaries" \
echo "NOTICE: Found ${ELF_OUTSIDE_INSTALLDIR} ELF binaries" \
"outside of ${INSTALLDIR}" 1>&2
exit 1
fi

# Verify file permissions.
Expand Down

0 comments on commit a4249c3

Please sign in to comment.