mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 06:36:41 +00:00
SABnzbd: dont output errormessages to /dev/null
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e50c9b0a2c
commit
80262dd8e4
@ -107,5 +107,4 @@ if [ "$SABNZBD_FIRSTRUN" = "yes" ]; then
|
|||||||
write_ini servers:localhost enable "0"
|
write_ini servers:localhost enable "0"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
python ./SABnzbd/SABnzbd.py -d -f $SABNZBD_HOME/sabnzbd.ini -l 0
|
||||||
python ./SABnzbd/SABnzbd.py -d -f $SABNZBD_HOME/sabnzbd.ini -l 0 > /dev/null 2>&1
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user