fix: ?
This commit is contained in:
parent
e9d0ebc0e9
commit
4fb77dce72
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue