From 4fb77dce729d1140c96a1caa2a6bfaa6dddfae83 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sun, 11 May 2025 22:32:43 +0200 Subject: [PATCH] fix: ? --- hosts/saberofxebec/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {