Browse Source

fix a shell typo that generated a bogus file

Thirnearez 7 years ago
parent
commit
2790402060
1 changed files with 1 additions and 1 deletions
  1. 1 1
      manage.sh

+ 1 - 1
manage.sh

@@ -22,7 +22,7 @@ install_geckodriver() {
     echo '[!] Checking geckodriver'
     # TODO : check the current geckodriver version
     set -e
-    geckodriver -V 2>1 > /dev/null || NOTFOUND=1
+    geckodriver -V > /dev/null 2>&1 || NOTFOUND=1
     set +e
     if [ -z $NOTFOUND ]; then
 	return