mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
net-nntp/sabnzbd: Disable wget logging in init script
This commit is contained in:
committed by
Justin Bronder
parent
ffb2b6e1c1
commit
3ef07c37e4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user