Skip to content

Commit

Permalink
debug collector again
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-c-at-moz committed Jul 22, 2024
1 parent 55a41aa commit 7e404ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion collect_executables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ fi

# Find the version of Geckodriver that matches arch
FILENAME="-${SYSTEM_NAME}${BITS}${ARCH}.${EXT}"
echo "FILENAME ${FILENAME}"
# 20 is arbitrary and may break if future releases of Geckodriver have more than 20 channels
for i in {0..20}
do
Expand Down Expand Up @@ -84,7 +85,7 @@ FX_LOC=$(echo "$FX_LINK_HTML" | awk -F '"' '{print $2}')

curl -O "$FX_LOC"

mv "geckodriver*.{$EXT}" "geckodriver.{$EXT}"
mv "geckodriver*.${EXT}" "geckodriver.${EXT}"
if [[ $EXT == "zip" ]]
then
unzip geckodriver.zip
Expand Down

0 comments on commit 7e404ce

Please sign in to comment.