feat(sftp-server): do not generate host key until first enabled (#7734)
This commit is contained in:
@ -15,7 +15,6 @@ import (
|
||||
func Init() {
|
||||
bootstrap.InitConfig()
|
||||
bootstrap.Log()
|
||||
bootstrap.InitHostKey()
|
||||
bootstrap.InitDB()
|
||||
data.InitData()
|
||||
bootstrap.InitIndex()
|
||||
|
Reference in New Issue
Block a user