Merge pull request #13084 from Security-Onion-Solutions/2.4/soupchange

Fix fi
This commit is contained in:
Josh Brower
2024-05-28 10:05:33 -04:00
committed by GitHub

View File

@@ -697,7 +697,6 @@ playbook_migration() {
echo "Backing up the Elastalert rules..." echo "Backing up the Elastalert rules..."
rsync -av --stats /opt/so/rules/elastalert/playbook/*.{yaml,yml} /nsm/backup/detections-migration/elastalert/ rsync -av --stats /opt/so/rules/elastalert/playbook/*.{yaml,yml} /nsm/backup/detections-migration/elastalert/
fi
# Verify that rsync completed successfully # Verify that rsync completed successfully
if [[ $? -eq 0 ]]; then if [[ $? -eq 0 ]]; then