mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-02 08:58:15 +02:00
torrent path fix
This commit is contained in:
parent
b06c9d0db4
commit
99a5335bce
@ -29,7 +29,7 @@ name="Torrent"
|
||||
targetDir="/mnt/hdd/torrent"
|
||||
targetSize=$size
|
||||
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
|
||||
echo "checking if ${name} has a running screen session"
|
||||
|
Loading…
x
Reference in New Issue
Block a user