mirror of
https://github.com/hak8or/proxmox_scripts.git
synced 2025-01-15 03:47:57 +00:00
Don't create sonarr dirs, they already exist
This commit is contained in:
parent
847a4cec78
commit
e32afdcce3
@ -35,8 +35,6 @@ systemctl enable sabnzbd > $LOGFILE 2>&1
|
||||
# Install and config sonarr.
|
||||
echo "$TAGSTR Installing and configuring sonarr"
|
||||
yaourt -S libmediainfo mono sqlite sonarr --noconfirm --needed > $LOGFILE 2>&1
|
||||
mkdir /usr/lib/sonarr
|
||||
mkdir /var/lib/sonarr
|
||||
tar -xzf /tmp/usenet/NzbDrone.tar.gz -C /tmp/usenet/ > $LOGFILE 2>&1
|
||||
mv -f /tmp/usenet/NzbDrone/* /var/lib/sonarr
|
||||
chown -R sonarr:sonarr /usr/lib/sonarr
|
||||
|
Loading…
Reference in New Issue
Block a user