Merge pull request #12456 from Security-Onion-Solutions/feature/detections-airgap

Feature/detections airgap
This commit is contained in:
Josh Brower
2024-02-28 09:41:13 -05:00
committed by GitHub
2 changed files with 6 additions and 4 deletions

View File

@@ -950,8 +950,10 @@ main() {
preupgrade_changes
echo ""
echo "Updating Airgap Rule Files to the Latest."
update_airgap_rules
if [[ $is_airgap -eq 0 ]]; then
echo "Updating Rule Files to the Latest."
update_airgap_rules
fi
# since we don't run the backup.config_backup state on import we wont snapshot previous version states and pillars
if [[ ! "$MINIONID" =~ "_import" ]]; then