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 3f6f70f commit b489398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collect_executables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ FX_LOC=$(echo "$FX_LINK_HTML" | awk -F '"' '{print $2}')

curl -O "$FX_LOC"

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

0 comments on commit b489398

Please sign in to comment.