X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/9e86e4da5728e713a1e561548457d65d08dece7c..fd2e16fc92dd7a33908ceff1e31f03e05a78fda9:/bin/addnzb diff --git a/bin/addnzb b/bin/addnzb index c81c3c1..511c1bf 100755 --- a/bin/addnzb +++ b/bin/addnzb @@ -40,7 +40,8 @@ if [[ -n $category ]]; then fi for f in ${args[@]}; do - curl -s $URL/sabnzbd/api \ + curl --silent --show-error \ + $URL/sabnzbd/api \ -F apikey="$API_KEY" \ -F mode="addfile" \ -F name="@$f" \