Browse Source

fix torrent download

v1.3
Christian Rotzoll 6 years ago
parent
commit
88e8c5c844
  1. 5
      home.admin/50torrentHDD.sh

5
home.admin/50torrentHDD.sh

@ -38,11 +38,6 @@ updateTorrentFile=${bitcoinUpdate}
if [ "$network" = "litecoin" ]; then
baseTorrentFile=${litecoinBase}
updateTorrentFile=${litecoinUpdate}
else
# try download latest getbitcoinblockchain.com torrent files
fi
echo "# TORRENT-FILES"
echo "baseTorrent='${baseTorrentFile}'"

Loading…
Cancel
Save