mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
SABnzbd:
- move /etc/profile.d/SABnzbd.conf to /etc/sabnzbd.conf
This commit is contained in:
parent
b37c2c2918
commit
09a731f854
@ -5,5 +5,7 @@
|
||||
(
|
||||
progress "Starting SABnzbd Newsgroup downloader daemon"
|
||||
|
||||
. /etc/sabnzbd.conf
|
||||
|
||||
python /usr/share/SABnzbd/SABnzbd.py -d $SABNZBD_ARGS > /dev/null 2>&1
|
||||
)&
|
||||
|
@ -10,5 +10,10 @@ $SCRIPTS/install unrar
|
||||
$SCRIPTS/install unzip
|
||||
$SCRIPTS/install par2cmdline
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
mkdir -p $INSTALL/usr/share/$1
|
||||
cp -PR $BUILD/$1*/* $INSTALL/usr/share/$1
|
||||
cp -P $BUILD/$1*/* $INSTALL/usr/share/$1
|
||||
|
||||
mkdir -p $INSTALL/etc
|
||||
cp -P $PKG_DIR/config/*.conf $INSTALL/etc
|
||||
|
Loading…
x
Reference in New Issue
Block a user