Robpol86 / makemkv

Automated headless DVD/Bluray backups with MakeMKV from Docker.
https://hub.docker.com/r/robpol86/makemkv/
MIT License
28 stars 5 forks source link

Investigate makemkvcon exit code. #7

Closed Robpol86 closed 7 years ago

Robpol86 commented 7 years ago

Might need to use ${PIPESTATUS[0]} in run.sh, maybe my pipe functions are blocking exit codes.

Robpol86 commented 7 years ago

makemkvcon does indeed exit 0 even if something fails to rip. PIPESTATUS won't help here since I'm using set -e.