[ Agent ] [ App ] - fix mysql init bugs - 3

This commit is contained in:
zeaslity
2023-11-28 11:30:44 +08:00
parent 4217a2fd0d
commit 7d6a6d50a0
5 changed files with 60 additions and 7 deletions

View File

@@ -392,7 +392,7 @@ func (hOp *HarborOperator) SyncStatusExec(funcArgs []string) (bool, []string) {
log.InfoF("[sync status]- status are => %v", string(bytes))
// report status
return false, []string{
fmt.Sprintf("[sync status] - not complete ! progress is => %s %",
fmt.Sprintf("[sync status] - not complete ! progress is => %s %%",
strconv.FormatFloat(float64(execution.Succeed)/float64(execution.Total)*100, 'f', 2, 64)),
}
}