diff options
Diffstat (limited to 'devfiles/scripts/bootstrap-cassandra.sh')
-rwxr-xr-x | devfiles/scripts/bootstrap-cassandra.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devfiles/scripts/bootstrap-cassandra.sh b/devfiles/scripts/bootstrap-cassandra.sh index 220bd03..e0813a0 100755 --- a/devfiles/scripts/bootstrap-cassandra.sh +++ b/devfiles/scripts/bootstrap-cassandra.sh @@ -6,7 +6,7 @@ ## export TOOLS=`awk -F= '/jesterpm\.buildtools\.root/ { print $2 }' $HOME/.jesterpm-build-tools.properties` -export DEVFILES=$(dirname $0) +export DEVFILES=$(dirname $0)/.. $TOOLS/scripts/setup-cassandra.sh |