|
@ -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}" |
|
|