From 6a491c957bd8bb572cab77b6184bdaa93e87399c Mon Sep 17 00:00:00 2001 From: Thomas Hood Date: Sun, 6 Dec 2015 07:50:13 +0000 Subject: [PATCH] Update order-pizza.sh --- order-pizza.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/order-pizza.sh b/order-pizza.sh index 6f4d0d5..7bc416c 100644 --- a/order-pizza.sh +++ b/order-pizza.sh @@ -22,7 +22,6 @@ RESPONSE2=`curl -fSs -u "$TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN" \ -d "From=$MY_NUMBER" -d "To=$DOMINOS_NUMBER" -d "Body=$CONFIRM" \ "https://api.twilio.com/2010-04-01/Accounts/$TWILIO_ACCOUNT_SID/Messages"` - # Log errors if [ $? -gt 0 ]; then echo "Failed to send SMS: $RESPONSE"