Skip to content

Commit

Permalink
net-nntp/sabnzbd: Disable wget logging in init script
Browse files Browse the repository at this point in the history
  • Loading branch information
kempniu authored and jsbronder committed Apr 26, 2017
1 parent ffb2b6e commit 3ef07c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-nntp/sabnzbd/files/sabnzbd.initd
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ stop() {

ebegin "Stopping SABnzbd"

if [ "$(wget -q -t 1 -O - -T 10 "${url}")" = "ok" ]; then
if [ "$(wget -o /dev/null -t 1 -O - -T 10 "${url}")" = "ok" ]; then
signals="NULL/5/${signals}"
fi

Expand Down
File renamed without changes.

0 comments on commit 3ef07c3

Please sign in to comment.