fix runner path
This commit is contained in:
parent
ef352b6030
commit
c31bf61b94
@ -1,7 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
OLD=$PWD
|
||||
cd $(dirname $0)
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
|
||||
cd $DIR
|
||||
|
||||
if [ -d "/usr/local/crawler-venv" ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user