mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +00:00
Trigger build
This commit is contained in:
parent
de55e6e14e
commit
c54cbb4cbe
1 changed files with 2 additions and 0 deletions
|
@ -296,6 +296,7 @@ namespace Jackett.Common.Services
|
||||||
{
|
{
|
||||||
// When the files get extracted, the execute permission for jackett and JackettUpdater don't get carried across
|
// When the files get extracted, the execute permission for jackett and JackettUpdater don't get carried across
|
||||||
|
|
||||||
|
//jackett executable
|
||||||
string jackettPath = Path.Combine(tempDir, "/Jackett/jackett");
|
string jackettPath = Path.Combine(tempDir, "/Jackett/jackett");
|
||||||
logger.Debug($"Giving execute permission to jackett from: {jackettPath}");
|
logger.Debug($"Giving execute permission to jackett from: {jackettPath}");
|
||||||
|
|
||||||
|
@ -304,6 +305,7 @@ namespace Jackett.Common.Services
|
||||||
FileAccessPermissions = FileAccessPermissions.UserReadWriteExecute | FileAccessPermissions.GroupRead | FileAccessPermissions.OtherRead
|
FileAccessPermissions = FileAccessPermissions.UserReadWriteExecute | FileAccessPermissions.GroupRead | FileAccessPermissions.OtherRead
|
||||||
};
|
};
|
||||||
|
|
||||||
|
//JackettUpdater executable
|
||||||
string jackettUpdaterPath = Path.Combine(tempDir + "/Jackett/JackettUpdater");
|
string jackettUpdaterPath = Path.Combine(tempDir + "/Jackett/JackettUpdater");
|
||||||
logger.Debug($"Giving execute permission to JackettUpdater from: {jackettUpdaterPath}");
|
logger.Debug($"Giving execute permission to JackettUpdater from: {jackettUpdaterPath}");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue