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