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