[ Cmii ] [ Operator ] - bug fix of bgtg
This commit is contained in:
@@ -718,10 +718,7 @@ func (op *AgentOsOperator) installDockerExec(args []string) (bool, []string) {
|
||||
}
|
||||
|
||||
// look for specific docker-version to install
|
||||
ok, log4 := AllCommandExecutor([]string{"apt-get", "update"})
|
||||
if !ok {
|
||||
return false, append(log4, "apt-get update 失败!")
|
||||
}
|
||||
AllCommandExecutor([]string{"apt-get", "update"})
|
||||
|
||||
// 补充参数
|
||||
if args == nil {
|
||||
|
||||
Reference in New Issue
Block a user