SABnzbd: (thanks to Andras)

- fix config file
This commit is contained in:
Stephan Raue 2010-01-17 10:55:43 +01:00
parent 94a364b5b2
commit 29ba3efee2

View File

@ -19,7 +19,7 @@ SABNZBD_HOST="0.0.0.0:8080"
# do not change anything below
#-------------------------------------------------------------------------------
SABNZBD_ARGS="-f $SABNZBD_CONFIG -s SABNZBD_HOST"
SABNZBD_ARGS="-f $SABNZBD_CONFIG -s $SABNZBD_HOST"
[ "$DEBUG" = yes ] && SABNZBD_ARGS="$SABNZBD_ARGS -l 2"