From 8a60541ee3bfc279f12a0f5d2ccb22525f9ea5bd Mon Sep 17 00:00:00 2001 From: Vibhu Mohindra Date: Fri, 18 Mar 2016 18:29:06 +0000 Subject: [PATCH] Script now runs latest source code --- scripts/trader-demo.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/trader-demo.sh b/scripts/trader-demo.sh index 4f13c8fe52..d674564ac7 100755 --- a/scripts/trader-demo.sh +++ b/scripts/trader-demo.sh @@ -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