FF-1032 - removing "Nodes" from plugin names

This commit is contained in:
John Andrews
2024-04-19 11:11:43 +12:00
parent f68d9b4eae
commit b0ec75dd53
33 changed files with 44 additions and 48 deletions
+1 -2
View File
@@ -455,8 +455,7 @@ public class LocalFileService : IFileService
bool isFile = new FileInfo(path).Exists;
FileHelper.SetPermissions(logger, path, file: isFile,
permissions: permissions.Value.ToString("D3"));
FileHelper.SetPermissions(logger, path, file: isFile, permissions: permissions);
FileHelper.ChangeOwner(logger, path, file: isFile, ownerGroup: OwnerGroup);