diff --git a/ManagerService/Controllers/ConfigurationController.cs b/ManagerService/Controllers/ConfigurationController.cs index e594de3..29a2d4a 100644 --- a/ManagerService/Controllers/ConfigurationController.cs +++ b/ManagerService/Controllers/ConfigurationController.cs @@ -302,7 +302,8 @@ namespace ManagerService.Controllers Console.WriteLine($"currentDirectory: {currentDirectory}"); #if RELEASE Console.WriteLine($"currentDirectory: {Environment.GetFolderPath(Environment.SpecialFolder.UserProfile)}"); - currentDirectory = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), "service-data"); + //currentDirectory = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), "service-data"); + currentDirectory = Path.Combine("home", "debian", "service-data"); System.IO.Directory.CreateDirectory(currentDirectory.ToString()); #endif