Fix token error and and change chromedriver paths

This commit is contained in:
Alexander David Frick 2021-11-12 10:48:46 -06:00 committed by GitHub
parent e2607e0691
commit a4249c3459
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.