You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 pipefailso the way it's being run might not be honoring the shebang.