Updated exec function error

Logging
Harley Lebeau 2017-07-19 14:43:47 -04:00 committed by GitHub
parent 85624adfb8
commit 2e554d9821
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ popup exportlogs {
item "&Export OP Logs to HTML" { item "&Export OP Logs to HTML" {
prompt_confirm("Do you want to consolidate all OP Logs? (Recommended for Post Operation)", "Log Consolidation", { prompt_confirm("Do you want to consolidate all OP Logs? (Recommended for Post Operation)", "Log Consolidation", {
show_message("Consolidating all OP Logs..."); show_message("Consolidating all OP Logs...");
exec("/opt/cobaltstrike/logs.py " . mynick()); exec("python logs.py " . mynick());
}); });
} }
} }