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` network=`cat .network`
# experimental redirect if bitcoin ## experimental redirect if bitcoin
if [ "$network" = "bitcoin" ]; then #if [ "$network" = "bitcoin" ]; then
./50torrentHDD.sh # ./50torrentHDD.sh
exit 1 # exit 1
fi #fi
# make sure rtorrent is available # make sure rtorrent is available
sudo apt-get install rtorrent -y sudo apt-get install rtorrent -y

Loading…
Cancel
Save