Browse Source

torrent path fix

#146
rootzoll 6 years ago
parent
commit
99a5335bce
  1. 2
      home.admin/50torrentHDD.sh

2
home.admin/50torrentHDD.sh

@ -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…
Cancel
Save