mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 09:57:17 +01:00
small path fix
This commit is contained in:
@@ -232,7 +232,7 @@ targetPath2="${targetDir}/${updateTorrentFile}"
|
||||
|
||||
# check that path exists
|
||||
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
|
||||
torrentError=3
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user