diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-08-31 23:39:29 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-08-31 23:39:29 -0700 |
commit | 063dc2cfc4a4758f22b681a0ea4461aeb6456e14 (patch) | |
tree | 08b9ca2e0e0a400364744410851dda3ecb77b69e /devfiles/scripts/bootstrap-cassandra.sh | |
parent | 014baa6529975341a314ed7bcc21d1dd639daab5 (diff) |
Adding real videos
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 |