From 64df307ee1932a654dab95789813fcf7e9532d5f Mon Sep 17 00:00:00 2001 From: Richard Liu Date: Sat, 14 Jul 2018 02:42:55 -0700 Subject: [PATCH] update userdata.sh (I guess other people cannot edit the gist) --- aws-experiment-launch/spot-instance/userdata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-experiment-launch/spot-instance/userdata.sh b/aws-experiment-launch/spot-instance/userdata.sh index 56b3cfeab..b014efd49 100644 --- a/aws-experiment-launch/spot-instance/userdata.sh +++ b/aws-experiment-launch/spot-instance/userdata.sh @@ -1,6 +1,6 @@ #!/bin/bash cd home/ec2-user -commanderIP=`curl https://gist.githubusercontent.com/lzl124631x/c44471f85ced6743a173cc113393dc81/raw/4a6b73493f75363de5a61051c8e339294191ca00/commanderIP` +commanderIP=# <- Put the commander IP here. curl http://$commanderIP:8080/soldier -o soldier chmod +x ./soldier curl http://$commanderIP:8080/benchmark -o benchmark