From ef5ae186d0dad601c0658a26e304110a9070b6b9 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 20 Nov 2018 17:53:21 +0100 Subject: [PATCH] fix litecoin torrents --- home.admin/50torrentHDD.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/50torrentHDD.sh b/home.admin/50torrentHDD.sh index f887b90..0ac6fae 100755 --- a/home.admin/50torrentHDD.sh +++ b/home.admin/50torrentHDD.sh @@ -28,8 +28,8 @@ litecoinUpdate="raspiblitz-litecoin1-2018-11-18-update" baseTorrentFile=${bitcoinBase} updateTorrentFile=${bitcoinUpdate} if [ "$network" = "litecoin" ]; then - baseTorrentFile=litecoinBase - updateTorrentFile=litecoinUpdate + baseTorrentFile=${litecoinBase} + updateTorrentFile=${litecoinUpdate} fi echo "base : ${baseTorrentFile}" echo "update : ${updateTorrentFile}"