mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 13:20:56 +02:00
#227 fix target path
This commit is contained in:
parent
972037c3ba
commit
2cabcc4a03
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user