Update order-pizza.sh

This commit is contained in:
Thomas Hood 2015-12-06 07:50:13 +00:00
parent 38650b4175
commit 6a491c957b

View File

@ -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"