Update On Fri Nov 15 19:36:55 CET 2024

This commit is contained in:
github-action[bot]
2024-11-15 19:36:56 +01:00
parent c75b0aadf8
commit 4585094e16
234 changed files with 9052 additions and 1635 deletions
@@ -267,7 +267,7 @@ namespace ServiceLib.ViewModels
var filesList = (new DirectoryInfo(toPath)).GetFiles().Select(u => u.FullName).ToList();
foreach (var file in filesList)
{
await Utils.SetLinuxChmod(Path.Combine(toPath, item.CoreType));
await Utils.SetLinuxChmod(Path.Combine(toPath, item.CoreType.ToLower()));
}
}