Browse Source

fix litecoin torrents

#146
rootzoll 6 years ago
parent
commit
ef5ae186d0
  1. 4
      home.admin/50torrentHDD.sh

4
home.admin/50torrentHDD.sh

@ -28,8 +28,8 @@ litecoinUpdate="raspiblitz-litecoin1-2018-11-18-update"
baseTorrentFile=${bitcoinBase} baseTorrentFile=${bitcoinBase}
updateTorrentFile=${bitcoinUpdate} updateTorrentFile=${bitcoinUpdate}
if [ "$network" = "litecoin" ]; then if [ "$network" = "litecoin" ]; then
baseTorrentFile=litecoinBase baseTorrentFile=${litecoinBase}
updateTorrentFile=litecoinUpdate updateTorrentFile=${litecoinUpdate}
fi fi
echo "base : ${baseTorrentFile}" echo "base : ${baseTorrentFile}"
echo "update : ${updateTorrentFile}" echo "update : ${updateTorrentFile}"

Loading…
Cancel
Save