mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 22:30:56 +03:00
initial data loading: an error is no longer fatal
therefore it does not prevent the services from starting
This commit is contained in:
@@ -105,7 +105,6 @@ func (s *Service) Start() error {
|
||||
if err != nil {
|
||||
logger.Error(logSender, "", "unable to load initial data: %v", err)
|
||||
logger.ErrorToConsole("unable to load initial data: %v", err)
|
||||
return err
|
||||
}
|
||||
|
||||
httpConfig := config.GetHTTPConfig()
|
||||
|
||||
Reference in New Issue
Block a user