From 9d25be39a32ac59e3474ef6dbbe847377bc305a7 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 19 Apr 2018 21:14:16 +0200 Subject: update_redmine_status(): Run Curl silently Don't output the Curl progress bar which can be jarring since you're not expecting it. --- redprine | 1 + 1 file changed, 1 insertion(+) diff --git a/redprine b/redprine index e0ef1b0..090d77d 100755 --- a/redprine +++ b/redprine @@ -157,6 +157,7 @@ function update_redmine_status () { local status_code=$( curl \ + --silent \ --output /dev/null \ --write-out '%{http_code}' \ --header 'Content-Type: application/json' \ -- cgit v1.2.3