retry
retry copied to clipboard
verify shell being run
Something funny going on.
Retried script has shebang forcing bash, but if the shell uses bash specific features, it looks like dash is being run. Specificially set -o pipefail
so the way it's being run might not be honoring the shebang.