mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-29 04:52:32 +02:00
small path fix
This commit is contained in:
@@ -232,7 +232,7 @@ targetPath2="${targetDir}/${updateTorrentFile}"
|
|||||||
|
|
||||||
# check that path exists
|
# check that path exists
|
||||||
contentPath1=$(sudo ls ${targetPath1} 2>/dev/null)
|
contentPath1=$(sudo ls ${targetPath1} 2>/dev/null)
|
||||||
contentPath2=$(sudo ls ${targetPath1} 2>/dev/null)
|
contentPath2=$(sudo ls ${targetPath2} 2>/dev/null)
|
||||||
if [ ${#contentPath1} -eq 0 ]; then
|
if [ ${#contentPath1} -eq 0 ]; then
|
||||||
torrentError=3
|
torrentError=3
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user