Merged in VRFS-5180_neo4j_serverless_setup-a1 (pull request #25)
fix default install path
This commit is contained in:
commit
04d42c1ad8
|
|
@ -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