From 2d5aa898510cc8dbbce812e5044772e4ed6f3e98 Mon Sep 17 00:00:00 2001 From: alok Date: Fri, 15 Jun 2018 20:50:56 -0700 Subject: [PATCH] don't need send_txns in run_instances --- aws-scripts/run_instances.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aws-scripts/run_instances.sh b/aws-scripts/run_instances.sh index 111c6a1c7..ec082827a 100755 --- a/aws-scripts/run_instances.sh +++ b/aws-scripts/run_instances.sh @@ -1,4 +1,3 @@ #!/bin/bash -x cd /home/ec2-user/projects/src/harmony-benchmark -./deploy_linux.sh local_iplist.txt -./send_txn.sh \ No newline at end of file +./deploy_linux.sh local_iplist.txt \ No newline at end of file