Adding more torrent engines and switching to a file for engine conf

This commit is contained in:
cxford
2016-09-23 16:42:15 -05:00
parent ecb464af55
commit 10335ae2df
5 changed files with 84 additions and 41 deletions

View File

@@ -23,9 +23,11 @@ reverse:
cp /usr/local/bin/wolfpack* .
cp /root/bin/offload-wolfpack .
checkperm: /usr/local/etc/WolfPack/
chmod -R ug+rw /usr/local/etc/WolfPack/
chmod 0770 /usr/local/etc/WolfPack/
offload: offload-wolfpack /root/.ssh/id_rsa /root/.ssh/id_rsa.pub
cp offload-wolfpack /root/bin
chmod 0700 /root/bin/offload-wolfpack
chown root:root /root/bin/offload-wolfpack