Louis I. answered 06/09/20
Computer Science Instructor/Tutor: Real World and Academia Experienced
I'm not 100% sure I understand what you're trying to do, but it sounds like you're
executing some number of custom scripts that you have control over - you own them, correct?
If you do, then have the one "don't care about outcome" script exit with a "0" status value.
So assuming that the script doesn't conditionally exit anywhere else, have the last
line of that script be the following:
## exit with success unconditionally
exit 0 ## <<<<----------