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