fix format

This commit is contained in:
wh1te909 2023-08-01 04:42:37 +00:00
parent 8e6858778b
commit f00b03b973

View File

@ -273,7 +273,7 @@ func (a *Agent) AgentUpdate(url, inno, version string) error {
se := a.NewCMDOpts()
se.Command = fmt.Sprintf("restorecon -rv %s", self)
out := a.CmdV2(se)
a.Logger.Debugln("%+v\n", out)
a.Logger.Debugf("%+v\n", out)
}
opts := a.NewCMDOpts()