Check if running during soup

This commit is contained in:
weslambert
2024-09-25 08:25:20 -04:00
committed by GitHub
parent b24c7fbf93
commit 50ae37c160

View File

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