Skip to content

Commit

Permalink
Update sabnzbd_setup.m4
Browse files Browse the repository at this point in the history
remove /usr/bin/python* symlinks.
  • Loading branch information
1ccs-todd committed Feb 8, 2020
1 parent caa4b51 commit 2458492
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sabnzbd_setup.m4
Expand Up @@ -24,9 +24,6 @@ iocage exec __SABNZBD_JAIL__ mkdir /__MOUNT_LOCATION__/downloads/__SABNZBD_FILES
iocage exec __SABNZBD_JAIL__ chown -R __SABNZBD_USER__:__SABNZBD_GROUP__ /config
iocage exec __SABNZBD_JAIL__ chown -R __SABNZBD_USER__:__MEDIA_GROUP__ /__MOUNT_LOCATION__/downloads/__SABNZBD_FILES__

iocage exec __SABNZBD_JAIL__ ln -s /usr/local/bin/python2.7 /usr/bin/python
iocage exec __SABNZBD_JAIL__ ln -s /usr/local/bin/python2.7 /usr/bin/python2

# Install rc.d service
iocage exec __SABNZBD_JAIL__ sysrc sabnzbd_enable=YES
iocage exec __SABNZBD_JAIL__ sysrc sabnzbd_conf_dir="/config"
Expand Down

0 comments on commit 2458492

Please sign in to comment.