mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Bug fix: get groupname of group rather than user
This commit is contained in:
parent
ea09a74ad9
commit
a467c2346f
@ -85,7 +85,7 @@ public override void SetPermissions(string path, string mask, string user, strin
|
||||
|
||||
if (!uint.TryParse(group, out groupId))
|
||||
{
|
||||
var g = Syscall.getgrnam(user);
|
||||
var g = Syscall.getgrnam(group);
|
||||
|
||||
if (g == null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user