From fbb1d92462f7bf3306622fb67523ad697aae0847 Mon Sep 17 00:00:00 2001 From: Benjamin Schieder Date: Fri, 28 Apr 2017 19:12:21 +0100 Subject: [PATCH] remove stray -x parameter --- post_status.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post_status.bash b/post_status.bash index 3219813..33d5f89 100755 --- a/post_status.bash +++ b/post_status.bash @@ -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