This commit is contained in:
s-prechtl 2025-05-11 22:32:43 +02:00
parent e9d0ebc0e9
commit 4fb77dce72

View file

@ -133,9 +133,9 @@ in {
}; };
AutoRun = { AutoRun = {
OnTorrentAdded.Enabled = true; OnTorrentAdded.Enabled = true;
OnTorrentAdded.Program = ''chmod -R 777 "%F/''; OnTorrentAdded.Program = "chmod -R 777 \"%F/";
enabled = true; enabled = true;
program = ''chmod -R 777 "%F/''; program = "chmod -R 777 \"%F/";
}; };
BitTorrent = { BitTorrent = {