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

Commit

Permalink
Remove sudo nohup and sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Oct 31, 2019
1 parent 469bf27 commit 7e62fe5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/setup-selenium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ jdk_switcher use openjdk8
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"
sudo tar xfz "$HOME/geckodriver.tar.gz" -C /usr/local/bin/

sudo nohup java -jar "$HOME/selenium.jar" &
sleep 10
java -jar "$HOME/selenium.jar" &

0 comments on commit 7e62fe5

Please sign in to comment.