mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 02:09:15 +01:00
torrent script fix
This commit is contained in:
parent
2622656a8b
commit
77445d1212
1
home.admin/.screenrc
Normal file
1
home.admin/.screenrc
Normal file
@ -0,0 +1 @@
|
||||
focusminsize 100 25
|
@ -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…
Reference in New Issue
Block a user