net-nntp/sabnzbd: Disable wget logging in init script

This commit is contained in:
Michał Kępień
2017-04-26 13:03:30 +02:00
committed by Justin Bronder
parent ffb2b6e1c1
commit 3ef07c37e4
2 changed files with 1 additions and 1 deletions

View File

@@ -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