mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01:00
torrent path fix
This commit is contained in:
@@ -29,7 +29,7 @@ name="Torrent"
|
|||||||
targetDir="/mnt/hdd/torrent"
|
targetDir="/mnt/hdd/torrent"
|
||||||
targetSize=$size
|
targetSize=$size
|
||||||
sessionDir="/home/admin/.rtorrent.session/"
|
sessionDir="/home/admin/.rtorrent.session/"
|
||||||
command="sudo rtorrent -n -d ${targetDir} -s ${sessionDir} ./home/admin/assets/${torrent}.torrent"
|
command="sudo rtorrent -n -d ${targetDir} -s ${sessionDir} /home/admin/assets/${torrent}.torrent"
|
||||||
|
|
||||||
# starting screen session if needed
|
# starting screen session if needed
|
||||||
echo "checking if ${name} has a running screen session"
|
echo "checking if ${name} has a running screen session"
|
||||||
|
|||||||
Reference in New Issue
Block a user