fix runner path
This commit is contained in:
parent
ef352b6030
commit
c31bf61b94
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user