Browse Source

torrent script fix

#146
rootzoll 6 years ago
parent
commit
77445d1212
  1. 1
      home.admin/.screenrc
  2. 10
      home.admin/50torrentHDD.sh

1
home.admin/.screenrc

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

10
home.admin/50torrentHDD.sh

@ -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

Loading…
Cancel
Save