Skip to content

Commit d48770c

Browse files
committed
Minor build fix
1 parent f9d56fe commit d48770c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ES.SFTP.Host/Controller.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ private Task<SftpConfiguration> PrepareAndValidateConfiguration()
7070
var config = _sftpOptionsMonitor.CurrentValue ?? new SftpConfiguration();
7171

7272
config.Global ??= new GlobalConfiguration();
73-
if (string.IsNullOrWhiteSpace(config.Global.HomeDirectory)) config.Global.HomeDirectory = "/home";
74-
7573

7674
config.Global.Directories ??= new List<string>();
7775
config.Global.Chroot ??= new ChrootDefinition();

0 commit comments

Comments
 (0)