Trigger build

This commit is contained in:
flightlevel 2019-03-06 12:32:27 +11:00
parent de55e6e14e
commit c54cbb4cbe
1 changed files with 2 additions and 0 deletions

View File

@ -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
//jackett executable
string jackettPath = Path.Combine(tempDir, "/Jackett/jackett");
logger.Debug($"Giving execute permission to jackett from: {jackettPath}");
@ -304,6 +305,7 @@ namespace Jackett.Common.Services
FileAccessPermissions = FileAccessPermissions.UserReadWriteExecute | FileAccessPermissions.GroupRead | FileAccessPermissions.OtherRead
};
//JackettUpdater executable
string jackettUpdaterPath = Path.Combine(tempDir + "/Jackett/JackettUpdater");
logger.Debug($"Giving execute permission to JackettUpdater from: {jackettUpdaterPath}");