-
@ Duck Nebuchadnezzar
2025-03-05 19:03:58Would `set -o pipefail` work for the failure case here? I had to do something similar when I wanted a command that would do something if the first part failed, but the first part was also being piped to `tee` (which was always passing)