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 fde3a5e commit a05c970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/setup-selenium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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/
sudo tar xfz "$HOME/geckodriver.tar.gz" -C /usr/local/bin/

function selenium-server() {
nohup java -jar "$HOME/selenium.jar" &
sudo nohup java -jar "$HOME/selenium.jar" &
sleep 10
cat nohup.out
}

0 comments on commit a05c970

Please sign in to comment.