diff options
author | Teddy Wing | 2018-04-19 21:14:16 +0200 |
---|---|---|
committer | Teddy Wing | 2018-04-19 21:14:16 +0200 |
commit | 9d25be39a32ac59e3474ef6dbbe847377bc305a7 (patch) | |
tree | 37a8e81151c7479749ed3b8c54a42b4f3a253c07 | |
parent | b54a0725009c52c1a049cce18334a5f80a06783b (diff) | |
download | redprine-9d25be39a32ac59e3474ef6dbbe847377bc305a7.tar.bz2 |
update_redmine_status(): Run Curl silently
Don't output the Curl progress bar which can be jarring since you're not
expecting it.
-rwxr-xr-x | redprine | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' \ |