mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Fix scripts
This commit is contained in:
parent
88457aa9d9
commit
6821f67e8c
@ -3,7 +3,7 @@
|
||||
# Use ./download.sh in order to download the binaries needed to run this script.
|
||||
|
||||
set -x -e
|
||||
HERE=$(realpath $0)
|
||||
HERE=$(dirname $0)
|
||||
cd $HERE
|
||||
|
||||
jar=binaries/*admin-tool-all*.jar
|
||||
|
@ -9,7 +9,7 @@ rm -Rf $BINDIR
|
||||
mkdir $BINDIR
|
||||
pushd $BINDIR
|
||||
cd $BINDIR
|
||||
curl -L -O $AVROTOOLSURL
|
||||
curl -L -O $VENICETOOLSURL
|
||||
popd
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user