mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Extend Supervisor Node config with list of custom scripts
This commit is contained in:
parent
297317b232
commit
00cd04b0ae
4 changed files with 25 additions and 0 deletions
|
@ -961,6 +961,9 @@ int main(int argc, char** argv)
|
|||
exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
for ( const auto& s : zeek::supervised_node->scripts )
|
||||
options.scripts_to_load.emplace_back(s);
|
||||
}
|
||||
|
||||
double time_start = current_time(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue