mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Check if running during soup
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user