mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
New: Removed chown and simplified chmod options for linux/osx
This commit is contained in:
parent
b0c7530981
commit
e5f48959eb
17 changed files with 216 additions and 140 deletions
|
@ -262,27 +262,6 @@ namespace NzbDrone.Core.Configuration
|
|||
set { SetValue("FileChmod", value); }
|
||||
}
|
||||
|
||||
public string FolderChmod
|
||||
{
|
||||
get { return GetValue("FolderChmod", "0755"); }
|
||||
|
||||
set { SetValue("FolderChmod", value); }
|
||||
}
|
||||
|
||||
public string ChownUser
|
||||
{
|
||||
get { return GetValue("ChownUser", ""); }
|
||||
|
||||
set { SetValue("ChownUser", value); }
|
||||
}
|
||||
|
||||
public string ChownGroup
|
||||
{
|
||||
get { return GetValue("ChownGroup", ""); }
|
||||
|
||||
set { SetValue("ChownGroup", value); }
|
||||
}
|
||||
|
||||
public string MetadataSource
|
||||
{
|
||||
get { return GetValue("MetadataSource", ""); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue