bgbg
This commit is contained in:
@ -15,9 +15,12 @@ func main() {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
// agent, err := wazuh_api.AddAgent
|
||||
err = wazuh.AddAgent(cfg)
|
||||
if err != nil {
|
||||
log.Print(err)
|
||||
os.Exit(2)
|
||||
}
|
||||
|
||||
// wazuh_tmpl.Generate(agent)
|
||||
}
|
||||
|
Reference in New Issue
Block a user