Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Commit

Permalink
Fix shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Oct 31, 2019
1 parent e508b3c commit fde3a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/setup-selenium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jdk_switcher use openjdk8

# Download geckodriver
wget -c -nc --retry-connrefused --tries=0 https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz -O "$HOME/geckodriver.tar.gz"
tar xfz "$HOME/geckodriver.tar.gz" -C /usr/local/bin/geckodriver
tar xfz "$HOME/geckodriver.tar.gz" -C /usr/local/bin/

function selenium-server() {
nohup java -jar "$HOME/selenium.jar" &
Expand Down

0 comments on commit fde3a5e

Please sign in to comment.