torrent script fix

This commit is contained in:
rootzoll 2018-09-21 21:29:14 +02:00
parent 2622656a8b
commit 77445d1212
2 changed files with 6 additions and 5 deletions

1
home.admin/.screenrc Normal file
View File

@ -0,0 +1 @@
focusminsize 100 25

View File

@ -15,11 +15,11 @@ litecoinTorrentsize=10240000
network=`cat .network`
# experimental redirect if bitcoin
if [ "$network" = "bitcoin" ]; then
./50torrentHDD.sh
exit 1
fi
## experimental redirect if bitcoin
#if [ "$network" = "bitcoin" ]; then
# ./50torrentHDD.sh
# exit 1
#fi
# make sure rtorrent is available
sudo apt-get install rtorrent -y