We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d56fe commit d48770cCopy full SHA for d48770c
ES.SFTP.Host/Controller.cs
@@ -70,8 +70,6 @@ private Task<SftpConfiguration> PrepareAndValidateConfiguration()
70
var config = _sftpOptionsMonitor.CurrentValue ?? new SftpConfiguration();
71
72
config.Global ??= new GlobalConfiguration();
73
- if (string.IsNullOrWhiteSpace(config.Global.HomeDirectory)) config.Global.HomeDirectory = "/home";
74
-
75
76
config.Global.Directories ??= new List<string>();
77
config.Global.Chroot ??= new ChrootDefinition();
0 commit comments