fix runner path

This commit is contained in:
StefanYohansson 2019-07-04 20:43:00 -03:00
parent ef352b6030
commit c31bf61b94

View File

@ -1,7 +1,9 @@
#!/usr/bin/env bash #!/usr/bin/env bash
OLD=$PWD OLD=$PWD
cd $(dirname $0) DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd $DIR
if [ -d "/usr/local/crawler-venv" ] if [ -d "/usr/local/crawler-venv" ]
then then