Merge pull request #13732 from Security-Onion-Solutions/fix/elastic_templates_latest

Check if running during soup
This commit is contained in:
weslambert
2024-09-25 09:37:02 -04:00
committed by GitHub

View File

@@ -23,6 +23,9 @@ else
echo "This is the initial template load" echo "This is the initial template load"
fi fi
# If soup is running, ignore errors
pgrep soup > /dev/null && should_exit_on_failure=0
load_failures=0 load_failures=0
load_template() { load_template() {