1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-04 06:22:45 +00:00

Trigger build

This commit is contained in:
flightlevel 2019-03-06 13:05:12 +11:00
parent 80a99ce69f
commit 2270b13435

View file

@ -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}");