Skip to content

Commit c6f2c2b

Browse files
Jackett: Remove quotes in Service File (#14729)
1 parent f78c2be commit c6f2c2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install/jackett-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Type=simple
2929
WorkingDirectory=/opt/Jackett
3030
ExecStart=/bin/sh /opt/Jackett/jackett_launcher.sh
3131
TimeoutStopSec=30
32-
EnvironmentFile="/opt/.env"
32+
EnvironmentFile=/opt/.env
3333
3434
[Install]
3535
WantedBy=multi-user.target

0 commit comments

Comments
 (0)