优化实例安装脚本

This commit is contained in:
GoEdgeLab
2024-03-03 17:14:29 +08:00
parent f21519327b
commit 7f658ffc2a
6 changed files with 70 additions and 24 deletions

View File

@@ -64,7 +64,7 @@ func (this *Instance) SetupAll() error {
func (this *Instance) SetupDB() error {
if this.options.Verbose {
log.Println("setup db ...")
log.Println("setup db " + this.options.DB.Host + ":" + types.String(this.options.DB.Port) + "/" + this.options.DB.Name + " ...")
}
// 检查数据库名