Merged in traderdemo_fix3 (pull request #39)

Script now runs latest source code
This commit is contained in:
vibhu_r3cev 2016-03-21 10:11:55 +00:00
commit 304e682aea

View File

@ -7,9 +7,7 @@ if [ ! -e ./gradlew ]; then
exit 1
fi
if [ ! -d build/install/r3prototyping ]; then
./gradlew installDist
fi
./gradlew installDist
if [[ "$mode" == "buyer" ]]; then
if [ ! -d buyer ]; then