mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 22:30:56 +03:00
OpenAPI: minor changes
This commit is contained in:
@@ -258,7 +258,7 @@ func (c *Configuration) Initialize(configDir string) error {
|
||||
}
|
||||
|
||||
serviceStatus.IsActive = true
|
||||
serviceStatus.SSHCommands = strings.Join(c.EnabledSSHCommands, ", ")
|
||||
serviceStatus.SSHCommands = c.EnabledSSHCommands
|
||||
|
||||
return <-exitChannel
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user