mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
small path fix
This commit is contained in:
parent
03a47dfe26
commit
6bb5067b88
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue