X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/9e86e4da5728e713a1e561548457d65d08dece7c..fa17f6dc11ab3a15f051dee0172f296fd0f2cf9d:/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" \