mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 02:09:15 +01:00
chenged command
This commit is contained in:
parent
7413831b8a
commit
5b8ee773c9
@ -25,7 +25,7 @@ name="Torrent"
|
||||
targetDir="/mnt/hdd/torrent/"
|
||||
targetSize=$size
|
||||
maxTimeoutLoops=100000
|
||||
command="sudo lftp -c 'torrent -O ${targetDir} /home/admin/assets/${torrent}.torrent; bye'"
|
||||
command="sudo lftp -c \"torrent -O ${targetDir} /home/admin/assets/${torrent}.torrent; bye\""
|
||||
|
||||
# starting session if needed
|
||||
echo "checking if ${name} has a running screen session"
|
||||
|
Loading…
Reference in New Issue
Block a user