Trigger build

This commit is contained in:
flightlevel 2019-03-06 13:05:12 +11:00
parent 80a99ce69f
commit 2270b13435
1 changed files with 0 additions and 2 deletions

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