bin/start-toxiproxy.sh in toxiproxy-0.1.1 vs bin/start-toxiproxy.sh in toxiproxy-0.1.2
- old
+ new
@@ -1,7 +1,7 @@
#!/bin/bash -e
-VERSION='0eef7f44653b07ee0e0f8de1cc64b09a'
+VERSION='21a264cc75549c3ae837b606eb6e17ea'
echo "[start toxiproxy]"
curl --silent http://shopify-vagrant.s3.amazonaws.com/toxiproxy/toxiproxy-$VERSION -o ./bin/toxiproxy
chmod +x ./bin/toxiproxy
nohup bash -c "./bin/toxiproxy > ${CIRCLE_ARTIFACTS}/toxiproxy.log 2>&1 &"