mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 03:02:58 +01:00
import or eval should get updated
This commit is contained in:
@@ -611,7 +611,7 @@ post_to_2.4.180() {
|
||||
|
||||
post_to_2.4.190() {
|
||||
# Only need to update import / eval nodes
|
||||
if [[ "$MINIONID" =~ "_import" ]] || [[ ! "$MINIONID" =~ "_eval" ]]; then
|
||||
if [[ "$MINIONID" =~ "_import" ]] || [[ "$MINIONID" =~ "_eval" ]]; then
|
||||
update_import_fleet_output
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user