mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-26 10:19:36 +02:00
Fix EnvironmentFile path formatting in jackett-install.sh
This commit is contained in:
committed by
GitHub
parent
f78c2be766
commit
920d5196ac
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user