#227 fix target path

This commit is contained in:
Christian Rotzoll 2019-06-30 02:21:38 +02:00
parent 972037c3ba
commit 2cabcc4a03

View File

@ -237,7 +237,7 @@ targetPath1="${targetDir}/${baseTorrentFile}"
targetPath2="${targetDir}/${updateTorrentFile}"
if [ "$network" = "bitcoin" ]; then
targetPath1="${targetDir}/blockchain"
targetPath2="${targetDir}/update/blockchain"
targetPath2="${targetDir}/${updateTorrentFile}/blockchain"
fi
# check that path exists