mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
OS X and linux can be treated separately
This commit is contained in:
@@ -32,7 +32,7 @@ namespace NzbDrone.Common.EnvironmentInfo
|
||||
{
|
||||
_diskProvider.EnsureFolder(_appFolderInfo.AppDataFolder);
|
||||
|
||||
if (!OsInfo.IsLinux)
|
||||
if (!OsInfo.IsMono)
|
||||
{
|
||||
SetPermissions();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user