fix the monitoring

This commit is contained in:
Sebastian
2025-03-18 12:13:42 +01:00
parent 2f731d6828
commit a98d858591

View File

@@ -50,6 +50,8 @@ for part in "${parts[@]}"; do
fi fi
done done
echo $any_failure
# If any invocation failed, return a failure exit code # If any invocation failed, return a failure exit code
if $any_failure; then if $any_failure; then
exit 1 exit 1