|
@ -25,8 +25,8 @@ litecoinBase="raspiblitz-litecoin1-2018-11-18-base" |
|
|
litecoinUpdate="raspiblitz-litecoin1-2018-11-18-update" |
|
|
litecoinUpdate="raspiblitz-litecoin1-2018-11-18-update" |
|
|
|
|
|
|
|
|
# set final based on selected network |
|
|
# set final based on selected network |
|
|
baseTorrentFile=bitcoinBase |
|
|
baseTorrentFile=${bitcoinBase} |
|
|
updateTorrentFile=bitcoinUpdate |
|
|
updateTorrentFile=${bitcoinUpdate} |
|
|
if [ "$network" = "litecoin" ]; then |
|
|
if [ "$network" = "litecoin" ]; then |
|
|
baseTorrentFile=litecoinBase |
|
|
baseTorrentFile=litecoinBase |
|
|
updateTorrentFile=litecoinUpdate |
|
|
updateTorrentFile=litecoinUpdate |
|
|