remove stray -x parameter

master
Benjamin Schieder 2017-04-28 19:12:21 +01:00
parent 53f5efeb5e
commit fbb1d92462
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash -x
#!/bin/bash
echo "${status}" | curl -sS -X POST --header "Authorization: Bearer ${1}" --header "Content-Type: application/json;charset=utf-8" "${2}/api/v1/statuses" -d@- 2>/dev/null