fix default install directory path

This commit is contained in:
Nuwan 2021-05-20 07:01:02 +05:30
parent 06ec910cfe
commit e33dcac231
1 changed files with 1 additions and 1 deletions

View File

@ -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