logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 2790402060c37aa5bb1e0f371e17225bd51bf5e1
parent: e2afc1cdba43cf35327b3b8dfb6d54115035df43
Author: Thirnearez <thirnearez@localhost>
Date:   Fri,  6 Oct 2017 18:43:15 +0000

fix a shell typo that generated a bogus file

Diffstat:

Mmanage.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manage.sh b/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