mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02: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