fix default install directory path
This commit is contained in:
parent
06ec910cfe
commit
e33dcac231
|
|
@ -30,7 +30,7 @@ EOF
|
|||
exit 1
|
||||
}
|
||||
|
||||
dir=./
|
||||
dir="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
||||
repo=git@bitbucket.org:jamkazam/social-graph-database-loader.git
|
||||
sshPrivateKeyFile=./ssh/id_rsa
|
||||
pipExecutable=/usr/bin/pip
|
||||
Loading…
Reference in New Issue