Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/sbraz/nzbget'
Browse files Browse the repository at this point in the history
Pull request: gentoo#621
  • Loading branch information
Ian Delaney committed Jan 7, 2016
2 parents d009e40 + a8e8c94 commit 1881c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-nntp/nzbget/files/nzbget.initd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ start() {
start-stop-daemon --quiet --start --user "${NZBGET_USER}" \
--group "${NZBGET_GROUP}" --exec /usr/bin/nzbget -- \
--configfile "${NZBGET_CONFIGFILE}" --daemon \
${NZBGET_OPTS}
-- ${NZBGET_OPTS}
eend $?
}

Expand Down

0 comments on commit 1881c9a

Please sign in to comment.