mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-14 16:30:26 +08:00
优化实例安装脚本
This commit is contained in:
@@ -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 + " ...")
|
||||
}
|
||||
|
||||
// 检查数据库名
|
||||
|
||||
Reference in New Issue
Block a user