Cleaning up warning
This commit is contained in:
@@ -4,7 +4,7 @@ public class AdminElevationConfiguration
|
||||
{
|
||||
public const string SectionName = "AdminElevation";
|
||||
public string? ServerExecutablePath { get; set; }
|
||||
public string LinuxElevationTool { get; set; }
|
||||
public string LinuxElevationTool { get; set; } = null!;
|
||||
public int? ServerPort { get; set; }
|
||||
public bool? StartProcess { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user