diff --git a/hosts/saberofxebec/configuration.nix b/hosts/saberofxebec/configuration.nix index c409c10..25d2d2b 100644 --- a/hosts/saberofxebec/configuration.nix +++ b/hosts/saberofxebec/configuration.nix @@ -133,9 +133,9 @@ in { }; AutoRun = { OnTorrentAdded.Enabled = true; - OnTorrentAdded.Program = ''chmod -R 777 "%F/''; + OnTorrentAdded.Program = "chmod -R 777 \"%F/"; enabled = true; - program = ''chmod -R 777 "%F/''; + program = "chmod -R 777 \"%F/"; }; BitTorrent = {