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

@@ -1,5 +1,9 @@
#!/bin/bash
if [ "$(pgrep -afc wolfpack)" -ne 1 ]; then
echo WolfPack is already working elsewhere.
exit 1
fi
/usr/local/bin/wolfpack --alpha
sleep 10
rsync -avz /srv/yggdrasil/new_acquisition/* cxford@10.0.1.3:/srv/yggdrasil/new_acquisition &>>/var/log/wolfpack.log