From c6f2c2b7d07a410abcdae4b5c59e6575b54c83ad Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Tue, 26 May 2026 09:19:18 +0200 Subject: [PATCH] Jackett: Remove quotes in Service File (#14729) --- install/jackett-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/jackett-install.sh b/install/jackett-install.sh index 1642d3595..b6913d708 100644 --- a/install/jackett-install.sh +++ b/install/jackett-install.sh @@ -29,7 +29,7 @@ Type=simple WorkingDirectory=/opt/Jackett ExecStart=/bin/sh /opt/Jackett/jackett_launcher.sh TimeoutStopSec=30 -EnvironmentFile="/opt/.env" +EnvironmentFile=/opt/.env [Install] WantedBy=multi-user.target