Compare commits
3 commits
master
...
enable_con
Author | SHA1 | Date | |
---|---|---|---|
|
9a0d13c3c6 | ||
|
62e938add0 | ||
|
dd8f2e3400 |
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ After running this command your will need to validate the enrollment in the weba
|
|||
return nil
|
||||
}
|
||||
|
||||
if err := SetConsoleOpts([]string{csconfig.SEND_MANUAL_SCENARIOS, csconfig.SEND_TAINTED_SCENARIOS}, true); err != nil {
|
||||
if err := SetConsoleOpts([]string{csconfig.SEND_MANUAL_SCENARIOS, csconfig.SEND_TAINTED_SCENARIOS, csconfig.SEND_CONTEXT}, true); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue