Skip to content

Commit 30a2618

Browse files
committed
update test.md
1 parent 943d729 commit 30a2618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ sudo apt-get update
6363
sudo apt-get install google-chrome-stable
6464
CHROMEVER=$(google-chrome --product-version | grep -o "[^\.]*\.[^\.]*\.[^\.]*")
6565
DRIVERVER=$(curl -s "https://chromedriver.storage.googleapis.com/LATEST_RELEASE_$CHROMEVER")
66-
[ -e /chromedriver/chromedriver ] && sudo rm /chromedriver/chromedriver
66+
[ -e /chromedriver ] && sudo rm -r /chromedriver/*
6767
sudo wget -q --continue -P /chromedriver "http://chromedriver.storage.googleapis.com/$DRIVERVER/chromedriver_linux64.zip"
6868
sudo unzip /chromedriver/chromedriver* -d /chromedriver
6969
```

0 commit comments

Comments
 (0)