mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed binary execute permissions for osx and Radarr
Signed-off-by: Robin Dadswell <robin@dadswell.email>
This commit is contained in:
@@ -128,7 +128,7 @@ namespace NzbDrone.Update.UpdateEngine
|
||||
// Set executable flag on Readarr app
|
||||
if (OsInfo.IsOsx || (OsInfo.IsLinux && PlatformInfo.IsNetCore))
|
||||
{
|
||||
_diskProvider.SetPermissions(Path.Combine(installationFolder, "Readarr"), "0755", null);
|
||||
_diskProvider.SetFilePermissions(Path.Combine(installationFolder, "Readarr"), "755", null);
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
|
||||
Reference in New Issue
Block a user